libssh2_session_get_timeout.3 (642B)
1.TH libssh2_session_get_timeout 3 "4 May 2011" "libssh2" "libssh2" 2.SH NAME 3libssh2_session_get_timeout - get the timeout for blocking functions 4.SH SYNOPSIS 5.nf 6#include <libssh2.h> 7 8long 9libssh2_session_get_timeout(LIBSSH2_SESSION *session); 10.fi 11.SH DESCRIPTION 12Returns the \fBtimeout\fP (in milliseconds) for how long a blocking the 13libssh2 function calls may wait until they consider the situation an error and 14return LIBSSH2_ERROR_TIMEOUT. 15 16By default libssh2 has no timeout (zero) for blocking functions. 17.SH RETURN VALUE 18The value of the timeout setting. 19.SH AVAILABILITY 20Added in 1.2.9 21.SH SEE ALSO 22.BR libssh2_session_set_timeout(3)