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

Unified Diff: net/quic/quic_flags.cc

Issue 283693002: Land Recent QUIC Changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
Index: net/quic/quic_flags.cc
diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
index c42afb67a087002041e2c566da43d203b7cdd61a..faefb35343fc04a2caf857252f8431f447c214f7 100644
--- a/net/quic/quic_flags.cc
+++ b/net/quic/quic_flags.cc
@@ -33,5 +33,9 @@ bool FLAGS_enable_quic_stream_flow_control_2 = true;
bool FLAGS_enable_quic_connection_flow_control = true;
bool FLAGS_quic_allow_oversized_packets_for_test = false;
+
// When true, the use time based loss detection instead of nack.
bool FLAGS_quic_use_time_loss_detection = false;
+
+// If true, allow port migration of established QUIC connections.
+bool FLAGS_quic_allow_port_migration = true;

Powered by Google App Engine
This is Rietveld 408576698