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

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

Issue 2323933003: Disable QUIC versions 33 and earlier, protected by FLAGS_quic_disable_pre_34. (Closed)
Patch Set: Created 4 years, 3 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/core/quic_protocol.h » ('j') | net/quic/core/quic_protocol_test.cc » ('J')
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 8ffbba2dac72d9155c492bb650afee0e4282370c..38b88f974460ce24bff95a6e5d15a56820ea5bab 100644
--- a/net/quic/core/quic_flags_list.h
+++ b/net/quic/core/quic_flags_list.h
@@ -169,3 +169,6 @@ QUIC_FLAG(bool, FLAGS_quic_send_scfg_ttl, true)
// rest to next event. This flag can be turned on only if
// --quic_buffer_packet_till_chlo is true.
QUIC_FLAG(bool, FLAGS_quic_limit_num_new_sessions_per_epoll_loop, false)
+
+// If true, disables QUIC version less than 34.
+QUIC_FLAG(bool, FLAGS_quic_disable_pre_34, false)
« no previous file with comments | « no previous file | net/quic/core/quic_protocol.h » ('j') | net/quic/core/quic_protocol_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698