1libssh2_channel_window_write_ex(3)  libssh2 libssh2_channel_window_write_ex(3)
2
3
4

NAME

6       libssh2_channel_window_write_ex - Check the status of the write window
7

SYNOPSIS

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

DESCRIPTION

16       Check  the status of the write window Returns the number of bytes which
17       may  be  safely  written  on  the  channel  without   blocking.   'win‐
18       dow_size_initial'  (if  passed)  will be populated with the size of the
19       initial window as defined by the channel_open request
20

RETURN VALUE

22       Number of bytes which may be safely  written  on  the  channel  without
23       blocking.
24

ERRORS

SEE ALSO

27       libssh2_channel_window_read_ex(3),   libssh2_channel_receive_window_ad‐
28       just(3)
29
30
31
32libssh2 0.15                      1 Jun 2007libssh2_channel_window_write_ex(3)
Impressum