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.
 
 
 
 

19 lines
613 B

  1. .TH libssh2_keepalive_send 3 "13 Apr 2011" "libssh2 1.2.5" "libssh2 manual"
  2. .SH NAME
  3. libssh2_keepalive_send - short function description
  4. .SH SYNOPSIS
  5. #include <libssh2.h>
  6. .nf
  7. int libssh2_keepalive_send(LIBSSH2_SESSION *session,
  8. int *seconds_to_next);
  9. .SH DESCRIPTION
  10. Send a keepalive message if needed. \fBseconds_to_next\fP indicates how many
  11. seconds you can sleep after this call before you need to call it again.
  12. .SH RETURN VALUE
  13. Returns 0 on success, or LIBSSH2_ERROR_SOCKET_SEND on I/O errors.
  14. .SH AVAILABILITY
  15. Added in libssh2 1.2.5
  16. .SH SEE ALSO
  17. .BR libssh2_keepalive_config(3)