| 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 ca6fcf8d484d52374dff890a55bbd338a3dc5ae0..baaf6f7a31d891d5b23cfce7496cc9af70550032 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -147,7 +147,7 @@ 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)
|
| +QUIC_FLAG(bool, FLAGS_quic_fix_cubic_convex_mode, false)
|
|
|
| // Ensure that BBR startup pacing rate does not drop below the initial one.
|
| -QUIC_FLAG(bool, FLAGS_quic_bbr_faster_startup, true)
|
| +QUIC_FLAG(bool, FLAGS_quic_bbr_faster_startup, false)
|
|
|