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

Unified Diff: net/quic/quic_flags.h

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 | « no previous file | net/quic/quic_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_flags.h
diff --git a/net/quic/quic_flags.h b/net/quic/quic_flags.h
index 136331e79c0de8ef51da21d0545976fa12ac30a1..bbd639b3861c16d501587b2da014d5c694f4b007 100644
--- a/net/quic/quic_flags.h
+++ b/net/quic/quic_flags.h
@@ -47,5 +47,6 @@ NET_EXPORT_PRIVATE extern bool FLAGS_quic_detect_memory_corrpution;
NET_EXPORT_PRIVATE extern bool FLAGS_quic_use_old_public_reset_packets;
NET_EXPORT_PRIVATE extern bool FLAGS_quic_ignore_srbf;
NET_EXPORT_PRIVATE extern bool FLAGS_quic_allow_noprr;
+NET_EXPORT_PRIVATE extern bool FLAGS_quic_disallow_multi_packet_chlo;
#endif // NET_QUIC_QUIC_FLAGS_H_
« no previous file with comments | « no previous file | net/quic/quic_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698