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 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; |
| }; |