Chromium Code Reviews| 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. |