| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 2b33384a9424de0686198740747bc141c07c14ff..cb2b7b76f5c5247447def7338ae0a882dd6f1d72 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -133,3 +133,6 @@ bool FLAGS_quic_inplace_encryption = true;
|
|
|
| // If true, QUIC will support RFC 7539 variants of ChaCha20 Poly1305.
|
| bool FLAGS_quic_use_rfc7539 = true;
|
| +
|
| +// If true, drop not awaited QUIC packets before decrypting them.
|
| +bool FLAGS_quic_drop_non_awaited_packets = false;
|
|
|