| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 98785618fe3b2a4bc58b61801235033152334cf2..c3028d72013e8fa1d0f49961c18b57321c75dfeb 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -141,3 +141,6 @@ bool FLAGS_quic_save_initial_subkey_secret = true;
|
| // If true, the QUIC dispatcher will directly send version negotiation packets
|
| // without needing to create a QUIC session first.
|
| bool FLAGS_quic_stateless_version_negotiation = false;
|
| +
|
| +// QUIC Ack Decimation with tolerance for packet reordering.
|
| +bool FLAGS_quic_ack_decimation2 = true;
|
|
|