| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 0adf697e1e4f8df38501fc5daef7ce8ca748d337..cad356533ef949c5bfcfa52b223e4f7648dcdbdc 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -160,3 +160,6 @@ bool FLAGS_quic_no_shlo_listener = true;
|
| // If true, queued retransmission packets, because of write blocked
|
| // socket, are always sent once the socket gets unblocked
|
| bool FLAGS_quic_always_write_queued_retransmissions = true;
|
| +
|
| +// Adds a RATE connection option to do rate based sending.
|
| +bool FLAGS_quic_rate_based_sending = true;
|
|
|