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

Unified Diff: net/http/http_network_session.h

Issue 2270583002: QUIC: Add packet_reader_yield_after_duration_milliseconds field trial param. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new_master
Patch Set: Created 4 years, 4 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 3f324aae17460b9d45d0aadedf4090c37a3d08f7..7089b2a0be7e5fafb5d12a79cf9c5df40c2f07fc 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -162,8 +162,11 @@ class NET_EXPORT HttpNetworkSession
QuicTagVector quic_connection_options;
// If true, all QUIC sessions are closed when any local IP address changes.
bool quic_close_sessions_on_ip_change;
- // Specifes QUIC idle connection state lifetime.
+ // Specifies QUIC idle connection state lifetime.
Ryan Hamilton 2016/08/23 02:21:34 Thanks!
int quic_idle_connection_timeout_seconds;
+ // Specifies the maximum time duration that QUIC packet reader can perform
+ // consecutive packets reading.
+ int quic_packet_reader_yield_after_duration_milliseconds;
// If true, disable preconnections if QUIC can do 0RTT.
bool quic_disable_preconnect_if_0rtt;
// List of hosts for which QUIC is explicitly whitelisted.
« 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