Chromium Code Reviews| 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 87c77e2b3a36c0f712bc6b03c375b2c191c0e715..ca6fcf8d484d52374dff890a55bbd338a3dc5ae0 100644 |
| --- a/net/quic/core/quic_flags_list.h |
| +++ b/net/quic/core/quic_flags_list.h |
| @@ -148,3 +148,6 @@ QUIC_FLAG(bool, FLAGS_quic_client_connection_options, true) |
| // If true, fix some casts that were causing off-by-one errors in QUIC's cubic |
| // "convex" increases. |
| QUIC_FLAG(bool, FLAGS_quic_fix_cubic_convex_mode, true) |
| + |
| +// Ensure that BBR startup pacing rate does not drop below the initial one. |
| +QUIC_FLAG(bool, FLAGS_quic_bbr_faster_startup, true) |
|
Zhongyi Shi
2016/12/01 22:45:46
Please make sure the default value is correct sinc
Zhongyi Shi
2016/12/01 22:51:44
okay, it's flipped to false in the flag flip cl.
|