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

Unified Diff: net/http/http_network_session.h

Issue 1327923002: Migrates QUIC sessions to a new network when old network is (about to be) disconnected. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@home
Patch Set: Addresses rch's comments. Created 4 years, 11 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 0671ea4332eb7b913a4ba726f8575786208a6d26..30a9470687f781455a29cf0ade13933ff725bf62 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -178,6 +178,9 @@ class NET_EXPORT HttpNetworkSession
int quic_idle_connection_timeout_seconds;
// If true, disable preconnections if QUIC can do 0RTT.
bool quic_disable_preconnect_if_0rtt;
+ // If true, active QUIC sessions may be migrated onto new IPs when network
+ // changes.
+ bool quic_migrate_sessions_on_network_change;
ProxyDelegate* proxy_delegate;
};

Powered by Google App Engine
This is Rietveld 408576698