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; |