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

Unified Diff: net/http/http_network_session.h

Issue 1572753003: QUIC - Allow cronet apps to specify how many server configs are to be (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: load all server configs from disk Created 4 years, 11 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/http/http_network_session.h
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index 1c3d6a992eee371e1669ae0bffdcd4a986d6209b..ae2e7c2e7f92dbaca9c524fc394b41e74eb7ddc8 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -153,8 +153,9 @@ class NET_EXPORT HttpNetworkSession
// Delay starting a TCP connection when QUIC believes it can speak
// 0-RTT to a server.
bool quic_delay_tcp_race;
- // Store server configs in HttpServerProperties, instead of the disk cache.
- bool quic_store_server_configs_in_properties;
+ // Number of server configs that are to be stored in HttpServerProperties,
+ // instead of the disk cache.
+ int quic_number_of_server_configs_stored_in_properties;
Ryan Hamilton 2016/01/12 19:54:56 nit: s/number_of/max/
ramant (doing other things) 2016/01/14 00:14:01 Done.
// If not empty, QUIC will be used for all connections to this origin.
HostPortPair origin_to_force_quic_on;
// Source of time for QUIC connections. Will be owned by QuicStreamFactory.

Powered by Google App Engine
This is Rietveld 408576698