Imported Upstream version 1.0.0
[platform/upstream/nghttp2.git] / doc / nghttp2_session_get_remote_window_size.rst
1
2 nghttp2_session_get_remote_window_size
3 ======================================
4
5 Synopsis
6 --------
7
8 *#include <nghttp2/nghttp2.h>*
9
10 .. function:: int32_t nghttp2_session_get_remote_window_size(nghttp2_session *session)
11
12     
13     Returns the remote window size for a connection.
14     
15     This function always succeeds.