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 820621239bef89e72c39d9fc5d363eb3a33589d5..1420726afc31a33168cd1f1bef5e8cbd6dea3470 100644 |
--- a/net/quic/core/quic_flags_list.h |
+++ b/net/quic/core/quic_flags_list.h |
@@ -218,3 +218,6 @@ QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_fix_adaptive_time_loss, false) |
QUIC_FLAG(bool, |
FLAGS_quic_reloadable_flag_quic_bbr_keep_sending_at_recent_rate, |
false) |
+ |
+// Base CWND on SRTT instead of min_rtt for QUIC BBR. |
+QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_bbr_base_cwnd_on_srtt, false) |