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

Unified Diff: net/quic/quic_connection.h

Issue 1572033003: relnote: Allowing multipath support negotiation. Protected by --quic_enable_multipath, default valu… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@0044_CL_111708360
Patch Set: rebase after removing 111628983 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
« no previous file with comments | « net/quic/quic_config.cc ('k') | net/quic/quic_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_connection.h
diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h
index 55043eb7baa8a852a99db0666baa8a0aa9b38bf0..24a6354df04160f5062174bc2d4b7e1bea022794 100644
--- a/net/quic/quic_connection.h
+++ b/net/quic/quic_connection.h
@@ -980,6 +980,9 @@ class NET_EXPORT_PRIVATE QuicConnection
// Whether a GoAway has been received.
bool goaway_received_;
+ // If true, multipath is enabled for this connection.
+ bool multipath_enabled_;
+
DISALLOW_COPY_AND_ASSIGN(QuicConnection);
};
« no previous file with comments | « net/quic/quic_config.cc ('k') | net/quic/quic_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698