1libssh2_channel_window_read_ex(3)   libssh2  libssh2_channel_window_read_ex(3)
2
3
4

NAME

6       libssh2_channel_window_read_ex - Check the status of the read window
7

SYNOPSIS

9       #include <libssh2.h>
10
11       unsigned long
12       libssh2_channel_window_read_ex(LIBSSH2_CHANNEL *channel,
13                                      unsigned long *read_avail,
14                                      unsigned long *window_size_initial)
15

DESCRIPTION

17       Check  the status of the read window. Returns the number of bytes which
18       the remote end may send without overflowing the window limit read_avail
19       (if  passed) will be populated with the number of bytes actually avail‐
20       able to be read window_size_initial (if passed) will be populated  with
21       the window_size_initial as defined by the channel_open request
22

RETURN VALUE

24       The  number  of bytes which the remote end may send without overflowing
25       the window limit
26

ERRORS

SEE ALSO

29       libssh2_channel_receive_window_adjust(3),          libssh2_channel_win‐
30       dow_write_ex(3)
31
32
33
34libssh2 0.15                      1 Jun 2007 libssh2_channel_window_read_ex(3)
Impressum