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

Unified Diff: net/quic/quic_flags.cc

Issue 1980663003: Add a new QUIC ChloExtractor class used by the QuicProxyDispatcher to extract CHLO message from pac… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@121403250
Patch Set: 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
Index: net/quic/quic_flags.cc
diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
index a9bf9c14b62bd5c9b651b66c7eb9e08e43146f74..085aa61276b1a14a73e130a86205e407cdfdd529 100644
--- a/net/quic/quic_flags.cc
+++ b/net/quic/quic_flags.cc
@@ -82,6 +82,10 @@ bool FLAGS_quic_cede_correctly = true;
// AES-GCM.
bool FLAGS_quic_crypto_server_config_default_has_chacha20 = true;
+// If true, uses the new QUIC ChloExtractor for extracting CHLO
+// messages from packets.
+bool FLAGS_quic_use_chlo_extractor = true;
+
// If true, QUIC will use newly refactored TCP sender code.
bool FLAGS_quic_use_new_tcp_sender = true;

Powered by Google App Engine
This is Rietveld 408576698