Liking cljdoc? Tell your friends :D
Clojure only.

clj-libssh2.libssh2.keepalive

Manage the sending of keepalive messages.

Manage the sending of keepalive messages.
raw docstring

configclj

(config session want-reply interval)

void libssh2_keepalive_config(LIBSSH2_SESSION *session, int want_reply, unsigned interval);

void libssh2_keepalive_config(LIBSSH2_SESSION *session,
                              int want_reply,
                              unsigned interval);
sourceraw docstring

sendclj

(send session seconds-to-next)

int libssh2_keepalive_send(LIBSSH2_SESSION *session, int *seconds_to_next);

int libssh2_keepalive_send(LIBSSH2_SESSION *session,
                           int *seconds_to_next);
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close