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

Unified Diff: net/http/http_network_session.h

Issue 1208933004: QUIC - disable QUIC under recent pathological connection errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | net/http/http_network_session.cc » ('j') | net/quic/quic_client_session.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_session.h
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index abd5e3bb63c2025a794c30190b4517e12713f23e..35e51e827472b9de02670a55f1c0ee3534d7587a 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -126,6 +126,9 @@ class NET_EXPORT HttpNetworkSession
bool enable_user_alternate_protocol_ports;
QuicCryptoClientStreamFactory* quic_crypto_client_stream_factory;
QuicVersionVector quic_supported_versions;
+ int quic_max_epitaphs;
+ int quic_threshold_public_resets_post_handshake;
+ int quic_threshold_timeouts_streams_open;
Ryan Hamilton 2015/06/30 18:55:31 I assume you're planning to wire these up to finch
Buck 2015/07/01 19:06:19 Yes.
QuicTagVector quic_connection_options;
ProxyDelegate* proxy_delegate;
};
« no previous file with comments | « no previous file | net/http/http_network_session.cc » ('j') | net/quic/quic_client_session.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698