| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 9a49a34bae7b8e08125d555d6554246743072137..28ae889e7c0c7ff07a6eec0b616af25cabdb1e2e 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -50,3 +50,7 @@ bool FLAGS_quic_unified_timeouts = false;
|
| // If true, store any CachedNetworkParams that are provided in the STK from the
|
| // CHLO.
|
| bool FLAGS_quic_store_cached_network_params_from_chlo = false;
|
| +
|
| +// If true, QUIC will be more resilliant to junk packets with valid connection
|
| +// IDs.
|
| +bool FLAGS_quic_drop_junk_packets = true;
|
|
|