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