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 785f0b3290fd5b635792d4ff929da3c5494ccf73..d4ce695e1b66e69491a2fadc912bc938c1ca2bc2 100644 |
| --- a/net/quic/core/quic_flags_list.h |
| +++ b/net/quic/core/quic_flags_list.h |
| @@ -160,3 +160,7 @@ QUIC_FLAG(bool, FLAGS_quic_fix_version_manager, false) |
| // Add a new client connection options field to QuicOptions which is only used |
| // to configure client side features, such as congestion control. |
| 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) |
|
Zhongyi Shi
2016/12/01 22:15:23
Do we want to turn on this by default? We haven't
Zhongyi Shi
2016/12/01 22:47:51
Fine. Found it turned off in the flag flip cl.
|