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

NAME

6       libssh2_session_get_timeout - get the timeout for blocking functions
7

SYNOPSIS

9       #include <libssh2.h>
10       long libssh2_session_get_timeout(LIBSSH2_SESSION *session);
11

DESCRIPTION

13       Returns  the timeout (in milliseconds) for how long a blocking the lib‐
14       ssh2 function calls may wait until they consider the situation an error
15       and return LIBSSH2_ERROR_TIMEOUT.
16
17       By default libssh2 has no timeout (zero) for blocking functions.
18

RETURN VALUE

20       The value of the timeout setting.
21

AVAILABILITY

23       Added in 1.2.9
24

SEE ALSO

26       libssh2_session_set_timeout(3)
27
28
29
30libssh2 1.2.9                     4 May 2011    libssh2_session_get_timeout(3)
Impressum