| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index e003d8f3dda2b2ee83bec1419d1614a742ac09e8..d3af44968c5592c5b731fe378c07490345b38de5 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -115,3 +115,7 @@ bool FLAGS_quic_disable_non_nat_address_migration = true;
|
| // If true, QUIC connections will timeout when packets are not being recieved,
|
| // even if they are being sent.
|
| 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;
|
|
|