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

Unified Diff: net/quic/core/quic_flags.cc

Issue 2221093002: Deprecate quic_do_not_migrate_on_old_packet. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@128997036
Patch Set: Created 4 years, 4 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/core/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/core/quic_flags.cc
diff --git a/net/quic/core/quic_flags.cc b/net/quic/core/quic_flags.cc
index 5b7e208e18f13c0cc3fc940d369a04b9c1368438..fe721efa97fb04c27c0cbc3596172ae3a5785c7f 100644
--- a/net/quic/core/quic_flags.cc
+++ b/net/quic/core/quic_flags.cc
@@ -106,10 +106,6 @@ bool FLAGS_quic_require_x509 = true;
// If true, deprecate safeguards for b/26023400.
bool FLAGS_quic_deprecate_kfixd = false;
-// If true, a connection does not migrate on an old packet even the peer address
-// changes.
-bool FLAGS_quic_do_not_migrate_on_old_packet = true;
-
// If true, use async codepaths to invoke ProofSource::GetProof.
bool FLAGS_enable_async_get_proof = false;
« no previous file with comments | « net/quic/core/quic_flags.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698