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

Unified Diff: net/quic/quic_connection.h

Issue 1037633002: Add a QUIC connection option(BWMX) to resume to the max bandwidth (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Populate_RTT_info_89043159
Patch Set: Created 5 years, 9 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/crypto/crypto_protocol.h ('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 2b2a3636aa7f267822b8a0ae6f1749dc46263f20..4ad1d3ee816b419612ca933e85786f5314947db1 100644
--- a/net/quic/quic_connection.h
+++ b/net/quic/quic_connection.h
@@ -270,7 +270,8 @@ class NET_EXPORT_PRIVATE QuicConnection
// Called by the Session when the client has provided CachedNetworkParameters.
// Returns true if this changes the initial connection state.
virtual bool ResumeConnectionState(
- const CachedNetworkParameters& cached_network_params);
+ const CachedNetworkParameters& cached_network_params,
+ bool max_bandwidth_resumption);
// Sets the number of active streams on the connection for congestion control.
void SetNumOpenStreams(size_t num_streams);
« no previous file with comments | « net/quic/crypto/crypto_protocol.h ('k') | net/quic/quic_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698