1libssh2_channel_set_blocking(3) libssh2 manual libssh2_channel_set_blocking(3)
2
3
4

NAME

6       libssh2_channel_set_blocking - set or clear blocking mode on channel
7

SYNOPSIS

9       #include <libssh2.h>
10
11       void  libssh2_channel_set_blocking(LIBSSH2_CHANNEL *channel, int block‐
12       ing);
13
14

DESCRIPTION

16       channel - channel stream to set or clean blocking status on.
17
18       blocking - Set to a non-zero value to make the channel block,  or  zero
19       to make it non-blocking.
20
21       Currently  this  is just a short cut call to libssh2_session_set_block‐
22       ing(3) and therefore will affect the session and all channels.
23
24

RETURN VALUE

26       None
27
28

SEE ALSO

30       libssh2_session_set_blocking(3)     libssh2_channel_read_ex(3)     lib‐
31       ssh2_channel_write_ex(3)
32
33
34
35libssh2 0.15                      1 Jun 2007   libssh2_channel_set_blocking(3)
Impressum