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

Unified Diff: net/quic/quic_config.h

Issue 573763003: client-only - Change QUIC clients to use the initial RTT estimate that (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Increase_flow_control_receive_window_75381087
Patch Set: Created 6 years, 3 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 | « no previous file | net/quic/quic_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_config.h
diff --git a/net/quic/quic_config.h b/net/quic/quic_config.h
index 02c2b0326d56563dcc3ad619a8753b1fc290a1a0..688d281e4023451add8ecca8a8c1daa293a63bf4 100644
--- a/net/quic/quic_config.h
+++ b/net/quic/quic_config.h
@@ -311,6 +311,10 @@ class NET_EXPORT_PRIVATE QuicConfig {
uint32 ReceivedInitialRoundTripTimeUs() const;
+ bool HasInitialRoundTripTimeUsToSend() const;
+
+ uint32 GetInitialRoundTripTimeUsToSend() const;
+
// TODO(rjshade): Remove all InitialFlowControlWindow methods when removing
// QUIC_VERSION_19.
// Sets an initial stream flow control window size to transmit to the peer.
« no previous file with comments | « no previous file | net/quic/quic_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698