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

Unified Diff: net/spdy/spdy_session.h

Issue 1061853002: Emit session-level WINDOW_UPDATEs less frequently. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/spdy/spdy_session.cc » ('j') | net/spdy/spdy_session.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_session.h
diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
index 52ecad76211beefa065a5fca5fd34f0824ff3aaa..f7c4ba993723f1bee80e051880142beb864cecc9 100644
--- a/net/spdy/spdy_session.h
+++ b/net/spdy/spdy_session.h
@@ -1128,6 +1128,7 @@ class NET_EXPORT SpdySession : public BufferedSpdyFramerVisitorInterface,
// control is turned on.
int32 session_send_window_size_;
int32 session_recv_window_size_;
+ int32 session_max_recv_window_size_;
Ryan Hamilton 2015/04/06 16:27:05 Can you add a comment to this variable?
Bence 2015/04/07 12:32:16 Done.
int32 session_unacked_recv_window_bytes_;
// A queue of stream IDs that have been send-stalled at some point
« no previous file with comments | « no previous file | net/spdy/spdy_session.cc » ('j') | net/spdy/spdy_session.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698