Commit 4db40c74 authored by Fan Yang's avatar Fan Yang Committed by Commit Bot

Roll src/net/third_party/quiche/src/ e62aab710..7a74e09ca (6 commits)

https://quiche.googlesource.com/quiche.git/+log/e62aab7101b7..7a74e09cab5e

$ git log e62aab710..7a74e09ca --date=short --no-merges --format='%ad %ae %s'
2020-11-06 wub Add big red button to disable QUIC TLS resumption.
2020-11-05 danzh Fix compilation issues on gcc and windows.
2020-11-05 wub Deflaky Bbr2DefaultTopologyTest.SimpleTransfer2RTTAggregationBytes by increase the margin on smoothed rtt.
2020-11-05 wub Internal QUICHE change
2020-11-05 haoyuewang Internal QUICHE change
2020-11-05 fayang Mark gfe2_reloadable_flag_quic_split_up_send_rst chrome_value false.

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

R=dschinazi@chromium.org

Change-Id: I220af7c164513ebd33ea32c52e4030ab96d6138b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2526162
Commit-Queue: Fan Yang <fayang@chromium.org>
Commit-Queue: David Schinazi <dschinazi@chromium.org>
Reviewed-by: default avatarDavid Schinazi <dschinazi@chromium.org>
Auto-Submit: Fan Yang <fayang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#825395}
parent 1b98ef55
...@@ -333,7 +333,7 @@ vars = { ...@@ -333,7 +333,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': 'e62aab7101b7f14ddbe0e391b6dad1699c11f4fa', 'quiche_revision': '7a74e09cab5e081930e363d8d3cfdef2d4f9aa0c',
# 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.
......
...@@ -281,7 +281,7 @@ QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_enable_aead_limits, true) ...@@ -281,7 +281,7 @@ QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_enable_aead_limits, true)
// asynchronously. // asynchronously.
QUIC_FLAG( QUIC_FLAG(
FLAGS_quic_reloadable_flag_quic_process_undecryptable_packets_after_async_decrypt_callback, FLAGS_quic_reloadable_flag_quic_process_undecryptable_packets_after_async_decrypt_callback,
false) true)
// When true, QUIC server will send version negotiation packets even if the // When true, QUIC server will send version negotiation packets even if the
// original connection ID was under 64bits in length. // original connection ID was under 64bits in length.
...@@ -328,3 +328,8 @@ QUIC_FLAG( ...@@ -328,3 +328,8 @@ QUIC_FLAG(
// If true, use ScopedEncryptionLevelContext when sending data. // If true, use ScopedEncryptionLevelContext when sending data.
QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_use_encryption_level_context, false) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_use_encryption_level_context, false)
// If true, replace std::deque with circular_deque for unacked_packets.
QUIC_FLAG(
FLAGS_quic_reloadable_flag_quic_use_circular_deque_for_unacked_packets,
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