libssh2_channel_window_write_ex.3 (810B)
1.TH libssh2_channel_window_write_ex 3 "1 Jun 2007" "libssh2 0.15" "libssh2" 2.SH NAME 3libssh2_channel_window_write_ex - Check the status of the write window 4.SH SYNOPSIS 5.nf 6#include <libssh2.h> 7 8unsigned long 9libssh2_channel_window_write_ex(LIBSSH2_CHANNEL *channel, 10 unsigned long *window_size_initial) 11.fi 12.SH DESCRIPTION 13Check the status of the write window Returns the number of bytes which may be 14safely written on the channel without blocking. 'window_size_initial' (if 15passed) will be populated with the size of the initial window as defined by 16the channel_open request 17.SH RETURN VALUE 18Number of bytes which may be safely written on the channel without blocking. 19.SH ERRORS 20.SH SEE ALSO 21.BR libssh2_channel_window_read_ex(3), 22.BR libssh2_channel_receive_window_adjust(3)