Mercurial > dropbear
comparison sysoptions.h @ 1046:b8f4b7027191 coverity
merge
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 24 Feb 2015 22:48:34 +0800 |
parents | 2b4fd440399d |
children | 01eea88963f3 |
comparison
equal
deleted
inserted
replaced
1014:37c510c2ac7c | 1046:b8f4b7027191 |
---|---|
254 #define DROPBEAR_LISTEN_BACKLOG MAX_UNAUTH_CLIENTS | 254 #define DROPBEAR_LISTEN_BACKLOG MAX_UNAUTH_CLIENTS |
255 #else | 255 #else |
256 #define DROPBEAR_LISTEN_BACKLOG MAX_CHANNELS | 256 #define DROPBEAR_LISTEN_BACKLOG MAX_CHANNELS |
257 #endif | 257 #endif |
258 | 258 |
259 /* free memory before exiting */ | |
260 #define DROPBEAR_CLEANUP | |
261 | |
259 /* Use this string since some implementations might special-case it */ | 262 /* Use this string since some implementations might special-case it */ |
260 #define DROPBEAR_KEEPALIVE_STRING "[email protected]" | 263 #define DROPBEAR_KEEPALIVE_STRING "[email protected]" |
261 | 264 |
262 /* no include guard for this file */ | 265 /* no include guard for this file */ |