comparison sysoptions.h @ 970:0bb16232e7c4

Make keepalive handling more robust, this should now match what OpenSSH does
author Matt Johnston <matt@ucc.asn.au>
date Tue, 19 Aug 2014 23:08:56 +0800
parents e9579816f20e
children cfac45421ba0
comparison
equal deleted inserted replaced
969:939944f0fca9 970:0bb16232e7c4
255 #define DROPBEAR_LISTEN_BACKLOG MAX_UNAUTH_CLIENTS 255 #define DROPBEAR_LISTEN_BACKLOG MAX_UNAUTH_CLIENTS
256 #else 256 #else
257 #define DROPBEAR_LISTEN_BACKLOG MAX_CHANNELS 257 #define DROPBEAR_LISTEN_BACKLOG MAX_CHANNELS
258 #endif 258 #endif
259 259
260 /* Use this string since some implementations might special-case it */
261 #define DROPBEAR_KEEPALIVE_STRING "[email protected]"
262
260 /* no include guard for this file */ 263 /* no include guard for this file */