summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.h')
-rw-r--r--readconf.h2
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. */