1libssh2_channel_set_blocking(3) libssh2 manual libssh2_channel_set_blocking(3)
2
3
4
6 libssh2_channel_set_blocking - set or clear blocking mode on channel
7
9 #include <libssh2.h>
10
11 void libssh2_channel_set_blocking(LIBSSH2_CHANNEL *channel, int block‐
12 ing);
13
15 channel - channel stream to set or clean blocking status on.
16
17 blocking - Set to a non-zero value to make the channel block, or zero
18 to make it non-blocking.
19
20 Currently this is just a short cut call to libssh2_session_set_block‐
21 ing(3) and therefore will affect the session and all channels.
22
24 None
25
27 libssh2_session_set_blocking(3) libssh2_channel_read_ex(3) lib‐
28 ssh2_channel_write_ex(3)
29
30
31
32libssh2 0.15 1 Jun 2007 libssh2_channel_set_blocking(3)