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

Unified Diff: net/http/http_network_session.h

Issue 1613513003: Early connection migration in QUIC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@home
Patch Set: Comments addressed. Created 4 years, 10 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
« no previous file with comments | « chrome/browser/io_thread_unittest.cc ('k') | net/http/http_network_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_session.h
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index 9be727ab3721a6a645db861f0076a72581d6357d..608b45cb1e1a96cbaee610b7fd3ffa23094ee184 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -183,9 +183,12 @@ class NET_EXPORT HttpNetworkSession
bool quic_disable_preconnect_if_0rtt;
// List of hosts for which QUIC is explicitly whitelisted.
std::unordered_set<std::string> quic_host_whitelist;
- // If true, active QUIC sessions may be migrated onto new IPs when network
- // changes.
+ // If true, active QUIC sessions may be migrated onto a new network when
+ // the platform indicates that the default network is changing.
bool quic_migrate_sessions_on_network_change;
+ // If true, active QUIC sessions experiencing poor connectivity may be
+ // migrated onto a new network.
+ bool quic_migrate_sessions_early;
ProxyDelegate* proxy_delegate;
// Enable support for Token Binding.
bool enable_token_binding;
« no previous file with comments | « chrome/browser/io_thread_unittest.cc ('k') | net/http/http_network_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698