From 16cba734cdfcbae60b2f26af351cfd1c823deb70 Mon Sep 17 00:00:00 2001 From: Renjie Tang Date: Tue, 26 Oct 2021 14:38:52 -0700 Subject: [PATCH] Update QUICHE from 12228ccfc to 4c6ad6445 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 https://github.com/envoyproxy/envoy/pull/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 --- bazel/repository_locations.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 5a1a04a07819c..22ea03c192d2f 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -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(