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

Unified Diff: net/quic/quic_flags.cc

Issue 2007223002: Explicitly disallow multi-packet CHLOs. Protected by FLAGS_quic_disallow_multi_packet_chlo, default… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@122481524
Patch Set: remove static_cast Created 4 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_packet_creator.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 3aa8117b5bc15a0af53cea54619a5a62adcd1d74..3a0594e8b0e5925363d7cb0f6dbbc5491168484e 100644
--- a/net/quic/quic_flags.cc
+++ b/net/quic/quic_flags.cc
@@ -143,3 +143,6 @@ bool FLAGS_quic_ignore_srbf = true;
// Allow the NPRR connection option which reduces QUIC\'s pacing rate during
// recovery instead of PRR.
bool FLAGS_quic_allow_noprr = true;
+
+// If true, multi-packet CHLOs are explicitly disallowed.
+bool FLAGS_quic_disallow_multi_packet_chlo = true;
« no previous file with comments | « net/quic/quic_flags.h ('k') | net/quic/quic_packet_creator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698