| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 89f37d54dcf3b93e84b870637d50083530f0fef3..dfcb3dd4c479053fde663b1aa98f0d60b591f09d 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -75,3 +75,6 @@ bool FLAGS_send_goaway_after_client_migration = true;
|
| // Close the connection instead of attempting to write a packet out of sequence
|
| // 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.
|
| +bool FLAGS_reset_cubic_epoch_when_app_limited = true;
|
|
|