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 8f654f6babfb29bb9c7fb9b03d4e3240b0f57c1e..324093b18a3e20d10361d00a42ad9cec54b7f465 100644 |
--- a/net/quic/core/quic_flags_list.h |
+++ b/net/quic/core/quic_flags_list.h |
@@ -27,9 +27,6 @@ QUIC_FLAG(bool, |
FLAGS_quic_reloadable_flag_enable_quic_stateless_reject_support, |
true) |
-// If true, multipath is enabled for the connection. |
-QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_enable_multipath, false) |
- |
// If true, require handshake confirmation for QUIC connections, functionally |
// disabling 0-rtt handshakes. |
// TODO(rtenneti): Enable this flag after CryptoServerTest's are fixed. |
@@ -154,7 +151,7 @@ QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_bbr_fix_conservation2, true) |
// client IP for proxied session. |
QUIC_FLAG(bool, |
FLAGS_quic_reloadable_flag_quic_use_client_address_for_stk_in_proxy, |
- false) |
+ true) |
// If true, export a varz mapping QUIC non 0-rtt handshake with corresponding |
// frontend service. |
@@ -171,7 +168,7 @@ QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_enable_pcc, false) |
QUIC_FLAG(bool, FLAGS_quic_enable_version_40, false) |
// If true, use the more CPU efficient bandwidth sampler datastructure. |
-QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_faster_bandwidth_sampler, false) |
+QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_faster_bandwidth_sampler, true) |
// In QUIC, QuicSession gets notified when stream frames are acked, discarded or |
// retransmitted. |