Chromium Code Reviews| 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 |