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. |