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

Unified Diff: net/http/http_network_session.h

Issue 2318053004: Remove obsolete QUIC disabling code. (Closed)
Patch Set: Rebase 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
Index: net/http/http_network_session.h
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index f9a39fee9ab75954a8334937645e663b41d7ccbb..aca935f4376f5456a9eebadef8d4928db8693f8b 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -125,12 +125,6 @@ class NET_EXPORT HttpNetworkSession
bool quic_disable_disk_cache;
// Prefer AES-GCM to ChaCha20 even if no hardware support is present.
bool quic_prefer_aes;
- // Specifies the maximum number of connections with high packet loss in
- // a row after which QUIC will be disabled.
- int quic_max_number_of_lossy_connections;
- // Specifies packet loss rate in fraction after which a connection is
- // closed and is considered as a lossy connection.
- float quic_packet_loss_threshold;
// Size in bytes of the QUIC DUP socket receive buffer.
int quic_socket_receive_buffer_size;
// Delay starting a TCP connection when QUIC believes it can speak
@@ -155,9 +149,6 @@ class NET_EXPORT HttpNetworkSession
QuicCryptoClientStreamFactory* quic_crypto_client_stream_factory;
// Versions of QUIC which may be used.
QuicVersionVector quic_supported_versions;
- int quic_max_recent_disabled_reasons;
- int quic_threshold_public_resets_post_handshake;
- int quic_threshold_timeouts_streams_open;
// Set of QUIC tags to send in the handshake's connection options.
QuicTagVector quic_connection_options;
// If true, all QUIC sessions are closed when any local IP address changes.
« no previous file with comments | « components/network_session_configurator/network_session_configurator_unittest.cc ('k') | net/http/http_network_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698