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

Unified Diff: net/http/http_network_session.h

Issue 2301453002: Quic use reduced PING timeout when previous connection times out with open streams (Closed)
Patch Set: address rch's comments 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 7089b2a0be7e5fafb5d12a79cf9c5df40c2f07fc..f411ee8b4ba98298a01c6116d98af631dd9b6a81 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -164,6 +164,9 @@ class NET_EXPORT HttpNetworkSession
bool quic_close_sessions_on_ip_change;
// Specifies QUIC idle connection state lifetime.
int quic_idle_connection_timeout_seconds;
+ // Specifies the reduced ping timeout subsequent connections should use when
+ // a connection was timed out with open streams.
+ int quic_reduced_ping_timeout_seconds;
// Specifies the maximum time duration that QUIC packet reader can perform
// consecutive packets reading.
int quic_packet_reader_yield_after_duration_milliseconds;

Powered by Google App Engine
This is Rietveld 408576698