1libssh2_session_get_read_timeout(3) libssh2libssh2_session_get_read_timeout(3)
2
3
4

NAME

6       libssh2_session_get_read_timeout  -  get  the  timeout  for packet read
7       functions
8

SYNOPSIS

10       #include <libssh2.h>
11
12       long
13       libssh2_session_get_read_timeout(LIBSSH2_SESSION *session);
14

DESCRIPTION

16       Returns the timeout (in seconds) for how long the ssh2  packet  receive
17       function  calls may wait until they consider the situation an error and
18       return LIBSSH2_ERROR_TIMEOUT.
19
20       By default the timeout is 60 seconds.
21

RETURN VALUE

23       The value of the timeout setting.
24

AVAILABILITY

26       Added in 1.10.1
27

SEE ALSO

29       libssh2_session_set_read_timeout(3)
30
31
32
33libssh2                           13 Jan 202l3ibssh2_session_get_read_timeout(3)
Impressum