| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index f3056231249de5a836a31bf38e5a7e9ac0c08e31..a40af1e196297476178ef760bb89e89ba6ac3f29 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -146,3 +146,7 @@ bool FLAGS_quic_use_new_tcp_sender = true;
|
| // Saves the initial subkey secret in QUIC crypto when deriving keys from the
|
| // initial premaster secret.
|
| 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;
|
|
|