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

Unified Diff: net/quic/core/quic_flags_list.h

Issue 2407043002: relnote: Create QUIC connection after it is successfully inserted to the global map. If a connectio… (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | net/tools/quic/quic_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
+
« no previous file with comments | « no previous file | net/tools/quic/quic_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698