search for: noop_msg_frequ

Displaying 1 result from an estimated 1 matches for "noop_msg_frequ".

2001 Mar 14
1
[PATCH] Added Null packet keepalive option
...=-=-=-=-=-=-=-=-=-=-=-=-=- -------------- next part -------------- --- readconf.h 2001/03/11 01:49:20 1.21 +++ readconf.h 2001/03/14 19:11:15 @@ -61,6 +61,10 @@ int compression_level; /* Compression level 1 (fast) to 9 * (best). */ int keepalives; /* Set SO_KEEPALIVE. */ + time_t noop_msg_frequency; /* Number of seconds between + * SSH_MSG_NONE packets to keep + * firewall connections from + * timing out */ LogLevel log_level; /* Level for logging. */ int port; /* Port to connect. */ --- readconf.c 2001/03/11 01:49:20 1.40 +++ readconf.c 2001/03/14 19:11:15 @@...