Commit b1ddd4d0 authored by Ian Swett's avatar Ian Swett Committed by Commit Bot

Update QUIC flags and restore an inadvertently deleted OWNERS file.

R=rch@chromium.org

Change-Id: I7463aac76261de088584fa4503370498865d119f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001184
Commit-Queue: Ian Swett <ianswett@chromium.org>
Commit-Queue: Ryan Hamilton <rch@chromium.org>
Reviewed-by: default avatarRyan Hamilton <rch@chromium.org>
Cr-Commit-Position: refs/heads/master@{#731662}
parent ab321585
...@@ -97,7 +97,7 @@ QUIC_FLAG(bool, FLAGS_quic_restart_flag_quic_offload_pacing_to_usps2, false) ...@@ -97,7 +97,7 @@ QUIC_FLAG(bool, FLAGS_quic_restart_flag_quic_offload_pacing_to_usps2, false)
// adaptive packet threshold. // adaptive packet threshold.
QUIC_FLAG(bool, QUIC_FLAG(bool,
FLAGS_quic_restart_flag_quic_default_on_ietf_loss_detection, FLAGS_quic_restart_flag_quic_default_on_ietf_loss_detection,
false) true)
// Max time that QUIC can pace packets into the future in ms. // Max time that QUIC can pace packets into the future in ms.
QUIC_FLAG(int32_t, FLAGS_quic_max_pace_time_into_future_ms, 10) QUIC_FLAG(int32_t, FLAGS_quic_max_pace_time_into_future_ms, 10)
...@@ -258,9 +258,7 @@ QUIC_FLAG(bool, ...@@ -258,9 +258,7 @@ QUIC_FLAG(bool,
true) true)
// If true, add a up call when N packet numbers get skipped. // If true, add a up call when N packet numbers get skipped.
QUIC_FLAG(bool, QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_on_packet_numbers_skipped, true)
FLAGS_quic_reloadable_flag_quic_on_packet_numbers_skipped,
false)
// The default minimum duration for BBRv2-native probes, in milliseconds. // The default minimum duration for BBRv2-native probes, in milliseconds.
QUIC_FLAG(int32_t, FLAGS_quic_bbr2_default_probe_bw_base_duration_ms, 2000) QUIC_FLAG(int32_t, FLAGS_quic_bbr2_default_probe_bw_base_duration_ms, 2000)
...@@ -313,7 +311,7 @@ QUIC_FLAG(bool, ...@@ -313,7 +311,7 @@ QUIC_FLAG(bool,
// If true, QUIC crypto handshaker uses handshaker delegate to notify session // If true, QUIC crypto handshaker uses handshaker delegate to notify session
// about handshake events. // about handshake events.
QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_use_handshaker_delegate2, false) QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_use_handshaker_delegate2, true)
// If true, disable QUIC version Q043. // If true, disable QUIC version Q043.
QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_disable_version_q043, false) QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_disable_version_q043, false)
...@@ -344,7 +342,7 @@ QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_testonly_default_false, false) ...@@ -344,7 +342,7 @@ QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_testonly_default_false, false)
// If true, QuicSentPacketManager will cap ack_delay to // If true, QuicSentPacketManager will cap ack_delay to
// peer_advertized_ack_delay before using it. // peer_advertized_ack_delay before using it.
QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_sanitize_ack_delay, false) QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_sanitize_ack_delay, true)
// If true, allow connection IDs of length [21,255] in version // If true, allow connection IDs of length [21,255] in version
// negotiation packets. // negotiation packets.
...@@ -353,7 +351,7 @@ QUIC_FLAG(bool, ...@@ -353,7 +351,7 @@ QUIC_FLAG(bool,
true) true)
// If true, frames will be hold in an optimized wrapper data structure. // If true, frames will be hold in an optimized wrapper data structure.
QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_interval_deque, false) QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_interval_deque, true)
// If true, QUIC BBRv2 will cut inflight_hi gradually upon loss from PROBE_UP. // If true, QUIC BBRv2 will cut inflight_hi gradually upon loss from PROBE_UP.
QUIC_FLAG(bool, QUIC_FLAG(bool,
...@@ -391,8 +389,6 @@ QUIC_FLAG(bool, ...@@ -391,8 +389,6 @@ QUIC_FLAG(bool,
FLAGS_quic_reloadable_flag_quic_log_coalesce_stream_frame_frequency, FLAGS_quic_reloadable_flag_quic_log_coalesce_stream_frame_frequency,
true) true)
QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_use_ip_bandwidth_module, false)
// In BBR, slow pacing rate if it is likely causing overshoot. // In BBR, slow pacing rate if it is likely causing overshoot.
QUIC_FLAG( QUIC_FLAG(
bool, bool,
......
file://net/quic/OWNERS
# COMPONENT: Internals>Network>QUIC
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