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

Unified Diff: net/quic/quic_flags.cc

Issue 1142543002: Fixing a bug in the QUIC code where we could create new streams (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Add_stateless_reject_92677792
Patch Set: Created 5 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
« no previous file with comments | « net/quic/quic_flags.h ('k') | net/quic/quic_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_flags.cc
diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
index 063e1ccacca50c58c5bccede2eadaa5a5de29003..cf3b2629363ab1f80f030c38ab880b3d2178093e 100644
--- a/net/quic/quic_flags.cc
+++ b/net/quic/quic_flags.cc
@@ -41,3 +41,7 @@ int64 FLAGS_quic_time_wait_list_max_connections = 50000;
// Enables server-side support for QUIC stateless rejects.
bool FLAGS_enable_quic_stateless_reject_support = false;
+
+// If true, stop processing quic data as soon as the connection is closed rather
+// than processing a full packet.
+bool FLAGS_quic_stop_early = true;
« no previous file with comments | « net/quic/quic_flags.h ('k') | net/quic/quic_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698