summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_stream_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/quic/quic_stream_factory.h')
-rw-r--r--net/quic/quic_stream_factory.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h
index 42d688a..7100126 100644
--- a/net/quic/quic_stream_factory.h
+++ b/net/quic/quic_stream_factory.h
@@ -137,6 +137,7 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
int socket_receive_buffer_size,
bool delay_tcp_race,
bool store_server_configs_in_properties,
+ bool close_sessions_on_ip_change,
const QuicTagVector& connection_options);
~QuicStreamFactory() override;
@@ -437,6 +438,9 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
// Set if server configs are to be stored in HttpServerProperties.
bool store_server_configs_in_properties_;
+ // Set if all sessions should be closed when any local IP address changes.
+ const bool close_sessions_on_ip_change_;
+
// Each profile will (probably) have a unique port_seed_ value. This value
// is used to help seed a pseudo-random number generator (PortSuggester) so
// that we consistently (within this profile) suggest the same ephemeral