1libssh2_session_get_timeout(3) libssh2 manual libssh2_session_get_timeout(3)
2
3
4
6 libssh2_session_get_timeout - get the timeout for blocking functions
7
9 #include <libssh2.h>
10 long libssh2_session_get_timeout(LIBSSH2_SESSION *session);
11
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
20 The value of the timeout setting.
21
23 Added in 1.2.9
24
26 libssh2_session_set_timeout(3)
27
28
29
30libssh2 1.2.9 4 May 2011 libssh2_session_get_timeout(3)