Commit 24819e51 authored by Frank Kastenholz's avatar Frank Kastenholz Committed by Commit Bot

Roll src/net/third_party/quiche/src/ 2c5386eab..3f0f67930 (15 commits)

https://quiche.googlesource.com/quiche.git/+log/2c5386eab92a..3f0f679307af

$ git log 2c5386eab..3f0f67930 --date=short --no-merges --format='%ad %ae %s'
2019-04-18 dschinazi Fix compilation of QUIC transport_parameter_test on Windows
2019-04-18 ianswett Override << for QUIC's LostPacket Struct to make failing tests easier to debug.  No functional change, not flag protected.
2019-04-18 wub gfe-relnote: (n/a) Deprecate --gfe2_reloadable_flag_quic_set_transmission_type_for_next_frame.
2019-04-18 fkastenholz Make a number unsigned in order to compile in Chromium
2019-04-18 fkastenholz Make test target unsigned so that it compiles on chromium.
2019-04-18 wub gfe-relnote: (n/a) Stop including unused quic_flags.h in quic_packet_number.h. Cleanup only.
2019-04-17 dschinazi Fix iOS compilation of transport parameters
2019-04-17 quiche-dev Send a PING frame at the start of QuartcPeer tests so that probing works.
2019-04-17 dschinazi Make TLS encryption levels match the QUIC ones
2019-04-17 dschinazi Update QUIC TLS transport parameters to IETF draft 18
2019-04-17 quiche-dev Create a RandomDelayLink (and symmetric version) and use it in QuartcBidiTest.
2019-04-17 quiche-dev Create a PacketFilter for random loss and use it in QuartcBidiTest.
2019-04-17 fayang gfe-relnote: Deprecate gfe2_reloadable_flag_quic_always_reset_short_header_packets.
2019-04-17 danzh gfe-relnote: n/a(code clean-up) Remove un-used #include.
2019-04-17 danzh gfe-relnote: n/a(code clean-up) Remove unused #include.

Created with:
  roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src

Update flags file to remove flag that has been deleted.

R=rch@chromium.org

Change-Id: Ide594ef9da61cd8dcb612b47e82c7e5336215af2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574150Reviewed-by: default avatarRyan Hamilton <rch@chromium.org>
Commit-Queue: Frank Kastenholz <fkastenholz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#652531}
parent bb756d1e
...@@ -272,7 +272,7 @@ vars = { ...@@ -272,7 +272,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed # the commit queue can handle CLs rolling feed
# and whatever else without interference from each other. # and whatever else without interference from each other.
'quiche_revision': '2c5386eab92a1d8ff18f29464f6e6aa086e4ab87', 'quiche_revision': '3f0f679307afdc92161f6a9509982f1c8e86a54d',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling ios_webkit # the commit queue can handle CLs rolling ios_webkit
# and whatever else without interference from each other. # and whatever else without interference from each other.
......
...@@ -274,12 +274,6 @@ QUIC_FLAG(bool, ...@@ -274,12 +274,6 @@ QUIC_FLAG(bool,
FLAGS_quic_reloadable_flag_quic_rpm_decides_when_to_send_acks, FLAGS_quic_reloadable_flag_quic_rpm_decides_when_to_send_acks,
false) false)
// If true, instead of send encryption none termination packets, send stateless
// reset in reponse to short headers.
QUIC_FLAG(bool,
FLAGS_quic_reloadable_flag_quic_always_reset_short_header_packets,
true)
// In QUIC, do not close connection if received an in-order ACK with decreased // In QUIC, do not close connection if received an in-order ACK with decreased
// largest_acked. // largest_acked.
QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_tolerate_reneging, false) QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_tolerate_reneging, false)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment