| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index dfcb3dd4c479053fde663b1aa98f0d60b591f09d..b1a2ef698d2f46d46ea09ecda8479314273438f0 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -76,5 +76,6 @@ bool FLAGS_send_goaway_after_client_migration = true;
|
| // number order.
|
| bool FLAGS_quic_close_connection_out_of_order_sending = true;
|
|
|
| -// If true, Cubic's epoch is reset when the sender is application-limited.
|
| +// QUIC-specific flag. If true, Cubic's epoch is reset when the sender is
|
| +// application-limited.
|
| bool FLAGS_reset_cubic_epoch_when_app_limited = true;
|
|
|