pylibssh2 icon indicating copy to clipboard operation
pylibssh2 copied to clipboard

Add keepalive support

Open SteveAyre opened this issue 12 years ago • 0 comments

Adds support to session for keepalive_config and keepalive_send.

  • keepalive_config tells libssh2 how often to send keepalives.
  • keepalive_send sends a keepalive if due, for use with non-blocking I/O (blocking calls send keepalives themselves).

SteveAyre avatar Dec 03 '12 14:12 SteveAyre