| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 8b1f05e62db42e11f83ec01a9d2f77c6b816bc65..792f0c1183ebaa39781c2f41cf2bad0e7b944e61 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -179,3 +179,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 = true;
|
|
|