| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index d3af44968c5592c5b731fe378c07490345b38de5..0c9baedff3017e23bc4dd1dc28c56667acbcb862 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -119,3 +119,7 @@ bool FLAGS_quic_use_new_idle_timeout = true;
|
| // If true, replace QuicFrameList with StreamSequencerBuffer as underlying data
|
| // structure for QuicStreamSequencer bufferring.
|
| bool FLAGS_quic_use_stream_sequencer_buffer = true;
|
| +
|
| +// If true, don't send QUIC packets if the send alarm is set.
|
| +// Disabled until b/25638635 is resolved.
|
| +bool FLAGS_respect_send_alarm = false;
|
|
|