diff options
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 60287f710..56cbec539 100644 --- a/readconf.h +++ b/readconf.h | |||
@@ -53,6 +53,8 @@ typedef struct { | |||
53 | int compression_level; /* Compression level 1 (fast) to 9 | 53 | int compression_level; /* Compression level 1 (fast) to 9 |
54 | * (best). */ | 54 | * (best). */ |
55 | int keepalives; /* Set SO_KEEPALIVE. */ | 55 | int keepalives; /* Set SO_KEEPALIVE. */ |
56 | int protocolkeepalives; /* ssh-level keepalives */ | ||
57 | int setuptimeout; /* timeout in the protocol banner exchange */ | ||
56 | LogLevel log_level; /* Level for logging. */ | 58 | LogLevel log_level; /* Level for logging. */ |
57 | 59 | ||
58 | int port; /* Port to connect. */ | 60 | int port; /* Port to connect. */ |