Index: net/quic/core/quic_flags_list.h |
diff --git a/net/quic/core/quic_flags_list.h b/net/quic/core/quic_flags_list.h |
index e80488fdfc89402e86bfd546586bace2861df7a8..1783301742c2c56a473460a1d64391f735fea1f2 100644 |
--- a/net/quic/core/quic_flags_list.h |
+++ b/net/quic/core/quic_flags_list.h |
@@ -146,3 +146,9 @@ QUIC_FLAG(bool, FLAGS_quic_receive_packet_once_decrypted, false) |
// If true, enable the Lazy FACK style loss detection in QUIC. |
QUIC_FLAG(bool, FLAGS_quic_enable_lazy_fack, true) |
+ |
+// If true, do not override a connection in global map if exists. Only create |
+// QUIC session if it is successfully inserted to the global map. Toss the |
+// packet if insertion fails. |
+QUIC_FLAG(bool, FLAGS_quic_create_session_after_insertion, false) |
+ |