Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(946)

Unified Diff: net/quic/quic_flags.cc

Issue 1808613003: Deprecates check_peer_address_change_after_decryption. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@116879870
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/quic_flags.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_flags.cc
diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
index ba0ad2fc2c62fdbed08c0fc0ba3807c7cb086343..25258bf1069590cf309061297ecfe450e8afd60a 100644
--- a/net/quic/quic_flags.cc
+++ b/net/quic/quic_flags.cc
@@ -88,10 +88,6 @@ bool FLAGS_quic_different_max_num_open_streams = true;
// 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;
-
// If true, always log the cached network parameters, regardless of whether
// bandwidth-resumption has been enabled.
bool FLAGS_quic_log_received_parameters = true;
« no previous file with comments | « net/quic/quic_flags.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698