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

Unified Diff: net/quic/quic_config.h

Issue 333803007: Rather than passing initial_flow_control_window all the way down the (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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_client_session_test.cc ('k') | 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 4d65097bc85aadfae93c28bf541a7d97aae23a80..ba681fc0f5f6a5ab296541ee0909929a02badadf 100644
--- a/net/quic/quic_config.h
+++ b/net/quic/quic_config.h
@@ -310,6 +310,8 @@ class NET_EXPORT_PRIVATE QuicConfig {
// Sets an initial flow control window size to transmit to the peer.
void SetInitialFlowControlWindowToSend(uint32 window_bytes);
+ uint32 GetInitialFlowControlWindowToSend() const;
+
bool HasReceivedInitialFlowControlWindowBytes() const;
uint32 ReceivedInitialFlowControlWindowBytes() const;
« no previous file with comments | « net/quic/quic_client_session_test.cc ('k') | net/quic/quic_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698