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

Unified Diff: net/quic/quic_flags.cc

Issue 279453004: Allows QUIC connections to remain established even though the peer's (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.
wtc 2014/05/13 16:37:15 Nit: it would be nice to clarify whether we only a
Robbie Shade 2014/05/13 21:31:21 Yes, this should be changed to: "If true, allow p
ramant (doing other things) 2014/05/14 05:30:23 Made this change in https://codereview.chromium.or
+bool FLAGS_quic_allow_port_migration = true;

Powered by Google App Engine
This is Rietveld 408576698