1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-02 10:53:16 +03:00

Also deal with GLOBAL_REQUEST keep-alives.

This commit is contained in:
Simon Josefsson
2010-01-28 15:03:24 +01:00
parent cc7f90f1d4
commit f6fab0d9ea
2 changed files with 28 additions and 1 deletions

View File

@@ -211,7 +211,8 @@ typedef enum
libssh2_NB_state_jump1,
libssh2_NB_state_jump2,
libssh2_NB_state_jump3,
libssh2_NB_state_jump4
libssh2_NB_state_jump4,
libssh2_NB_state_jump5
} libssh2_nonblocking_states;
typedef struct packet_require_state_t