diff options
author | Colin Watson <cjwatson@debian.org> | 2003-09-01 00:51:03 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2003-09-01 00:51:03 +0000 |
commit | 79cf0b3654d7b597de323153eb57015cdfbd90a4 (patch) | |
tree | 274e78bc3369e218e59aa1fcc9b7e90697f424f1 /readconf.h | |
parent | d984a3c6658e950881edcfb2aae464add93f68d4 (diff) |
Debian release 3.4p1-1.
Diffstat (limited to 'readconf.h')
-rw-r--r-- | readconf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readconf.h b/readconf.h index 92af535d0..9457dfe86 100644 --- a/readconf.h +++ b/readconf.h | |||
@@ -61,6 +61,8 @@ typedef struct { | |||
61 | int compression_level; /* Compression level 1 (fast) to 9 | 61 | int compression_level; /* Compression level 1 (fast) to 9 |
62 | * (best). */ | 62 | * (best). */ |
63 | int keepalives; /* Set SO_KEEPALIVE. */ | 63 | int keepalives; /* Set SO_KEEPALIVE. */ |
64 | int protocolkeepalives; /* ssh-level keepalives */ | ||
65 | int setuptimeout; /* timeout in the protocol banner exchange */ | ||
64 | LogLevel log_level; /* Level for logging. */ | 66 | LogLevel log_level; /* Level for logging. */ |
65 | 67 | ||
66 | int port; /* Port to connect. */ | 68 | int port; /* Port to connect. */ |