1libssh2_channel_window_read_ex(3)libssh2 manuallibssh2_channel_window_read_ex(3)
2
3
4
6 libssh2_channel_window_read_ex - Check the status of the read window
7
9 #include <libssh2.h>
10
11 unsigned long libssh2_channel_window_read_ex(LIBSSH2_CHANNEL *channel,
12 unsigned long *read_avail,
13 unsigned long *window_size_initial)
14
16 Check the status of the read window. Returns the number of bytes which
17 the remote end may send without overflowing the window limit read_avail
18 (if passed) will be populated with the number of bytes actually avail‐
19 able to be read window_size_initial (if passed) will be populated with
20 the window_size_initial as defined by the channel_open request
21
23 The number of bytes which the remote end may send without overflowing
24 the window limit
25
28 libssh2_channel_receive_window_adjust(3), libssh2_channel_win‐
29 dow_write_ex(3)
30
31
32
33libssh2 0.15 1 Jun 2007 libssh2_channel_window_read_ex(3)