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 65e5be3956dc9b48b93f4c05425a8be431844c2b..25b97cecdd7f9df602e71763d271662191f271c4 100644 |
--- a/net/quic/core/quic_flags_list.h |
+++ b/net/quic/core/quic_flags_list.h |
@@ -141,7 +141,7 @@ QUIC_FLAG(bool, FLAGS_quic_enable_version_38, false) |
// When true, ensures the session's flow control window is always at least 1.5x |
// larger than the largest stream flow control window. |
-QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_flow_control_invariant, false) |
+QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_flow_control_invariant, true) |
// If greater than zero, mean RTT variation is multiplied by the specified |
// factor and added to the congestion window limit. |
@@ -165,3 +165,9 @@ QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_no_stop_waiting_frames, false) |
// Allows one self address change. |
QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_allow_one_address_change, false) |
+ |
+// If true, no longer send or process the SRBF value in QuicConfig. |
+QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_no_socket_receive_buffer, false) |
+ |
+// If true, multipath bit is not used in public flag. |
+QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_remove_multipath_bit, false) |