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

Unified Diff: net/quic/quic_stream_factory.h

Issue 975613002: QUIC - minor cleanup of the following field trials and used defaults for (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: set default value for srtt_multiplier in net Created 5 years, 10 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/http/http_network_session.cc ('k') | net/quic/quic_stream_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_stream_factory.h
diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h
index 4ffbac66dbfdf807a9b5eab8f3d413130c9e5aa5..49ecde8cb30c496a55f4c5074ddc2a2c37e48a3c 100644
--- a/net/quic/quic_stream_factory.h
+++ b/net/quic/quic_stream_factory.h
@@ -105,9 +105,7 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
bool enable_port_selection,
bool always_require_handshake_confirmation,
bool disable_connection_pooling,
- int load_server_info_timeout,
float load_server_info_timeout_srtt_multiplier,
- bool enable_truncated_connection_ids,
bool enable_connection_racing,
bool enable_non_blocking_io,
bool disable_disk_cache,
@@ -313,20 +311,12 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
// Set if we do not want connection pooling.
bool disable_connection_pooling_;
- // Specifies the timeout in milliseconds to wait for loading of QUIC server
- // information. If we don't want to timeout, set
- // |load_server_info_timeout_ms_| to 0.
- int load_server_info_timeout_ms_;
-
// 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
// want to timeout, set |load_server_info_timeout_srtt_multiplier_| to 0.
float load_server_info_timeout_srtt_multiplier_;
- // Set this for setting config's BytesForConnectionIdToSend (TCID param) to 0.
- bool enable_truncated_connection_ids_;
-
// Set if we want to race connections - one connection that sends
// INCHOATE_HELLO and another connection that sends CHLO after loading server
// config from the disk cache.
« no previous file with comments | « net/http/http_network_session.cc ('k') | net/quic/quic_stream_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698