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

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: Fixes a few scoped_ptr issues. Created 5 years, 1 month 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 20ee21e2ce1868cf889298f97243b2dceaae8bec..8824de0ec8751848b66ff186e381f53af978ca0f 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -173,6 +173,9 @@ 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;
+ // If true, active QUIC sessions may be migrated onto new IPs on network
Ryan Hamilton 2015/11/18 22:23:35 nit: onto new IPs when the network changes?
Jana 2015/11/21 02:21:22 Done.
+ // changes.
+ bool quic_migrate_sessions_on_network_change;
ProxyDelegate* proxy_delegate;
};

Powered by Google App Engine
This is Rietveld 408576698