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

Unified Diff: net/quic/quic_session.h

Issue 1327903004: relnote: QUIC bugfix (and test) for setting smaller receive window size (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Add_num_connections_101619602
Patch Set: Created 5 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 | « net/quic/quic_flow_controller.cc ('k') | net/quic/quic_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_session.h
diff --git a/net/quic/quic_session.h b/net/quic/quic_session.h
index 731f05f6826dd185645554082cf7fe16e800aadc..457b2b347ab773a34def24b705dc3fc8b1288f44 100644
--- a/net/quic/quic_session.h
+++ b/net/quic/quic_session.h
@@ -296,6 +296,10 @@ class NET_EXPORT_PRIVATE QuicSession : public QuicConnectionVisitorInterface {
// control receive windows.
void EnableAutoTuneReceiveWindow();
+ // Called in OnConfigNegotiated for finch trials to measure performance of
+ // starting with smaller flow control receive windows and auto-tuning.
+ void AdjustInitialFlowControlWindows(size_t stream_window);
+
// TODO(rtenneti): Temporary while investigating crbug.com/473893
void CrashIfInvalid() const;
« no previous file with comments | « net/quic/quic_flow_controller.cc ('k') | net/quic/quic_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698