| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index d4c832b309326d8c5d1709c5bb15f7b4447192fb..cbddad9b977b4fccc7ff6cd3a992b73f80d1d537 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -70,10 +70,6 @@ bool FLAGS_quic_supports_push_promise = true;
|
| // of < 10 packets.
|
| bool FLAGS_quic_no_lower_bw_resumption_limit = true;
|
|
|
| -// Limit the ruction of slow start large reduction to 1/2 the current CWND once
|
| -// the initial flight has been acked.
|
| -bool FLAGS_quic_sslr_limit_reduction = true;
|
| -
|
| // If true, flow controller may grow the receive window size if necessary.
|
| bool FLAGS_quic_auto_tune_receive_window = true;
|
|
|
|
|