| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index fcf8c458acafd10b22d45329558524382ae5f321..095502656f364eefb070085414a2f6ae9e3691b5 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -138,3 +138,7 @@ bool FLAGS_quic_detect_memory_corrpution = true;
|
| // If true, QUIC public reset packets will have the \"pre-v33\" public header
|
| // flags.
|
| bool FLAGS_quic_use_old_public_reset_packets = true;
|
| +
|
| +// Ignore the peer's recieve buffer size and instead set max CWND based on the
|
| +// amount of data the sender is willing to have in flight.
|
| +bool FLAGS_quic_ignore_srbf = true;
|
|
|