| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 94dcb1da471e0c94150a48245476cc7b606cb863..b36fc3c1c050e35cdd4d07730771757ca164c96f 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -51,7 +51,7 @@ bool FLAGS_quic_enable_multipath = false;
|
| bool FLAGS_quic_require_handshake_confirmation = false;
|
|
|
| // If true, Cubic's epoch is shifted when the sender is application-limited.
|
| -bool FLAGS_shift_quic_cubic_epoch_when_app_limited = true;
|
| +bool FLAGS_shift_quic_cubic_epoch_when_app_limited = false;
|
|
|
| // If true, QUIC will measure head of line (HOL) blocking due between
|
| // streams due to packet losses on the headers stream. The
|
|
|