1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

Keepalives are now in seconds not minutes

[originally from svn r874]
This commit is contained in:
Simon Tatham
2001-01-19 09:01:50 +00:00
parent 20397a174f
commit 72cdcc611a
4 changed files with 12 additions and 5 deletions

View File

@ -140,7 +140,7 @@ typedef struct {
enum { PROT_RAW, PROT_TELNET, PROT_SSH } protocol;
int close_on_exit;
int warn_on_close;
int ping_interval;
int ping_interval; /* in seconds */
/* SSH options */
char remote_cmd[512];
int nopty;