| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 7fc96daabf3aefaa3693379d7215642804ce8fb9..43f27c796a6d1354cd250ca0744b8c0174e78ea1 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -170,3 +170,7 @@ bool FLAGS_quic_different_max_num_open_streams = true;
|
| // case for this is places where ChaCha20 is prohibitively expensive compared to
|
| // AES-GCM.
|
| bool FLAGS_quic_crypto_server_config_default_has_chacha20 = true;
|
| +
|
| +// If true, checking for peer address change is postponed after the packet gets
|
| +// decrypted.
|
| +bool FLAGS_check_peer_address_change_after_decryption = true;
|
|
|