geom_gate userland utility improvements
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

20 lines
650 B

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