comparison sysoptions.h @ 1049:01eea88963f3 fastopen

merge from default
author Matt Johnston <matt@ucc.asn.au>
date Sat, 28 Feb 2015 09:06:40 +0800
parents ca71904cf3ee 2b4fd440399d
children 2fa71c3b2827 2265d7ebfdeb
comparison
equal deleted inserted replaced
1048:9cec9ed503bb 1049:01eea88963f3
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 /* Linux will attempt TCP fast open, falling back if not supported by the kernel */ 265 /* Linux will attempt TCP fast open, falling back if not supported by the kernel */
263 #ifdef __linux__ 266 #ifdef __linux__