| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index f199f1e692b7657e04ec6ff3701f3ecdedd63920..b4154f0edd89d4a1f233b0bbc6f7113566c020d5 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -81,3 +81,7 @@ bool FLAGS_spdy_strip_invalid_headers = true;
|
| // client-created stream ID and the next one, calculate the difference based on
|
| // get_max_open_streams().
|
| bool FLAGS_exact_stream_id_delta = true;
|
| +
|
| +// Limits the pacing burst out of quiescence to the current congestion window in
|
| +// packets.
|
| +bool FLAGS_quic_limit_pacing_burst = true;
|
|
|