Make keepalive handling more robust, this should now match what OpenSSH does

This commit is contained in:
Matt Johnston
2014-08-19 23:08:56 +08:00
parent 1387654cc8
commit 6d2d3669f3
14 changed files with 88 additions and 40 deletions

View File

@@ -89,7 +89,6 @@ void cli_chansess_winchange();
#ifdef ENABLE_CLI_NETCAT
void cli_send_netcat_request();
#endif
void cli_start_send_channel_request(struct Channel *channel, unsigned char *type);
void svr_chansessinitialise();
extern const struct ChanType svrchansess;