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 546a1efef93cf78c688e31ec62777960308111b3..820621239bef89e72c39d9fc5d363eb3a33589d5 100644 |
--- a/net/quic/core/quic_flags_list.h |
+++ b/net/quic/core/quic_flags_list.h |
@@ -212,3 +212,9 @@ QUIC_FLAG(bool, |
// Simplify QUIC\'s adaptive time loss detection to measure the necessary |
// reordering window for every spurious retransmit. |
QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_fix_adaptive_time_loss, false) |
+ |
+// In QUIC BBR, keep sending at the max bandwidth observed in the previous 2 |
+// RTTs for another SRTT. |
+QUIC_FLAG(bool, |
+ FLAGS_quic_reloadable_flag_quic_bbr_keep_sending_at_recent_rate, |
+ false) |