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

Unified Diff: net/http/http_network_session.h

Issue 2789093003: Mark QUIC broken when the network blackholes after the handshake (Closed)
Patch Set: Rename mark_quic_broken_when_network_suspected to mark_quic_broken_when_network_blackholes Created 3 years, 8 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 67329fd2960b7995ee1ecd650e5704062d2b071c..ca0a761f962efa1193be0d1e4de267d18d7f831e 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -119,6 +119,9 @@ class NET_EXPORT HttpNetworkSession
// Enables QUIC support.
bool enable_quic;
+ // Marks a QUIC server broken when a connection blackholes after the
+ // handshake is confirmed.
+ bool mark_quic_broken_when_network_blackholes;
// Disables QUIC's 0-RTT behavior.
bool quic_always_require_handshake_confirmation;
// Disables QUIC connection pooling.

Powered by Google App Engine
This is Rietveld 408576698