| Index: net/quic/quic_stream_factory.h
|
| diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h
|
| index f13156a94a0d16bf81930ec18e7ae429aaaca2af..ed5a93074af2cac24bc92bb2a0237568521417f5 100644
|
| --- a/net/quic/quic_stream_factory.h
|
| +++ b/net/quic/quic_stream_factory.h
|
| @@ -105,6 +105,7 @@
|
| bool always_require_handshake_confirmation,
|
| bool disable_connection_pooling,
|
| int load_server_info_timeout,
|
| + bool disable_loading_server_info_for_new_servers,
|
| float load_server_info_timeout_srtt_multiplier,
|
| bool enable_truncated_connection_ids,
|
| const QuicTagVector& connection_options);
|
| @@ -296,6 +297,11 @@
|
| // |load_server_info_timeout_ms_| to 0.
|
| int load_server_info_timeout_ms_;
|
|
|
| + // Set to disable loading of QUIC server information from disk cache for new
|
| + // servers. New servers are those servers for which there is no QUIC protocol
|
| + // entry in AlternateProtocolMap.
|
| + bool disable_loading_server_info_for_new_servers_;
|
| +
|
| // Specifies the ratio between time to load QUIC server information from disk
|
| // cache to 'smoothed RTT'. This ratio is used to calculate the timeout in
|
| // milliseconds to wait for loading of QUIC server information. If we don't
|
|
|