comparison sysoptions.h @ 1051:359fba4b1a49

merge tcp fastopen
author Matt Johnston <matt@ucc.asn.au>
date Sat, 28 Feb 2015 23:24:30 +0800
parents 01eea88963f3
children 2fa71c3b2827 2265d7ebfdeb
comparison
equal deleted inserted replaced
1045:31727a8abd4b 1051:359fba4b1a49
260 #define DROPBEAR_CLEANUP 260 #define DROPBEAR_CLEANUP
261 261
262 /* Use this string since some implementations might special-case it */ 262 /* Use this string since some implementations might special-case it */
263 #define DROPBEAR_KEEPALIVE_STRING "[email protected]" 263 #define DROPBEAR_KEEPALIVE_STRING "[email protected]"
264 264
265 /* Linux will attempt TCP fast open, falling back if not supported by the kernel */
266 #ifdef __linux__
267 #define DROPBEAR_TCP_FAST_OPEN 1
268 #endif
269
265 /* no include guard for this file */ 270 /* no include guard for this file */