Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(438)

Unified Diff: net/quic/core/quic_flags_list.h

Issue 2812053003: Sync flag values with internal code. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_flags_list.h
diff --git a/net/quic/core/quic_flags_list.h b/net/quic/core/quic_flags_list.h
index 9b1206b70dfdf94a1df71b97005aeb019385e1e4..947186d165986e0f3d80254279cab8f62e31705b 100644
--- a/net/quic/core/quic_flags_list.h
+++ b/net/quic/core/quic_flags_list.h
@@ -93,7 +93,7 @@ QUIC_FLAG(bool,
QUIC_FLAG(
bool,
FLAGS_quic_reloadable_flag_quic_remove_packet_number_from_public_reset,
- false)
+ true)
// If true, v33 QUIC client uses 1 bit to specify 8-byte connection id in
// public flag.
@@ -142,7 +142,7 @@ QUIC_FLAG(double, FLAGS_quic_bbr_cwnd_gain, 2.0f)
// If true, bidi streaming is always enabled in QUIC.
QUIC_FLAG(bool,
FLAGS_quic_reloadable_flag_quic_always_enable_bidi_streaming,
- false)
+ true)
// If true, allows the 1RTT and 2RTT connection options to reduce the time
// in BBR STARTUP to 1 or 2 RTTs with no bandwidth increase from 3.
@@ -165,7 +165,7 @@ QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_remove_multipath_bit, false)
// quickly for the first adjustment as in subsequent ones.
QUIC_FLAG(bool,
FLAGS_quic_reloadable_flag_quic_flow_control_faster_autotune,
- false)
+ true)
// Only consider using the ack spacing in QUIC BBR if 2 packets are acked at
// once.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698