Skip to content

Commit

Permalink
Update QUICHE from 12228ccfc to 4c6ad6445
Browse files Browse the repository at this point in the history
https://github.com/google/quiche/compare/12228ccfc..4c6ad6445

$ git log 12228ccfc..4c6ad6445 --date=short --no-merges --format="%ad %al %s"

2021-10-26 renjietang Add num_ptos_for_path_degrading_ getter in QuicSentPacketManagerPeer.
2021-10-25 dschinazi Add code count for packets dropped by blocked port
2021-10-25 dschinazi Internal change
2021-10-25 quiche-dev Adding an accessor for envoyproxy#18694
2021-10-25 wub Add retry_token to ReceivedPacketInfo. The token can be used later to extract cached network parameters.

Signed-off-by: Renjie Tang <[email protected]>
  • Loading branch information
RenjieTang committed Oct 26, 2021
1 parent b9939c6 commit 16cba73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -835,12 +835,12 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "QUICHE",
project_desc = "QUICHE (QUIC, HTTP/2, Etc) is Google‘s implementation of QUIC and related protocols",
project_url = "https://github.com/google/quiche",
version = "12228ccfcbb9de8cc18b80f74f27e163384b663d",
sha256 = "ae930453912814e17736cf5bff47a97cf2f281fbe3b679a7290aeb433e0afd7c",
version = "4c6ad6445246da3c6d3e7db920003321880048f8",
sha256 = "2a9823044b97b6055c2e4d84f6bdff5c4f66b9f18333ff58e270d23091a2b4ca",
urls = ["https://github.com/google/quiche/archive/{version}.tar.gz"],
strip_prefix = "quiche-{version}",
use_category = ["dataplane_core"],
release_date = "2021-10-25",
release_date = "2021-10-26",
cpe = "N/A",
),
com_googlesource_googleurl = dict(
Expand Down

0 comments on commit 16cba73

Please sign in to comment.