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

Unified Diff: net/quic/quic_flags.h

Issue 2101353003: Add a new kMIDS (Max Incoming Dynamic Streams) config option, to eventually replace kMSPC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Final
Patch Set: Created 4 years, 6 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_crypto_client_stream_test.cc ('k') | 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 b58837cc8bc480ccd7560b78dfa9b5afb468f205..3d8e279c2d2a1df5d18a351247c6ae86b5ea5c09 100644
--- a/net/quic/quic_flags.h
+++ b/net/quic/quic_flags.h
@@ -53,5 +53,6 @@ NET_EXPORT_PRIVATE extern bool FLAGS_quic_disable_pre_30;
NET_EXPORT_PRIVATE extern bool FLAGS_quic_respect_http2_settings_frame;
NET_EXPORT_PRIVATE extern bool FLAGS_quic_no_mtu_discovery_ack_listener;
NET_EXPORT_PRIVATE extern bool FLAGS_quic_simple_packet_number_length;
+NET_EXPORT_PRIVATE extern bool FLAGS_quic_enable_version_35;
#endif // NET_QUIC_QUIC_FLAGS_H_
« no previous file with comments | « net/quic/quic_crypto_client_stream_test.cc ('k') | net/quic/quic_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698