comparison sysoptions.h @ 1033:ca71904cf3ee fastopen

Fixes for backwards compatibility
author Matt Johnston <matt@ucc.asn.au>
date Fri, 20 Feb 2015 23:38:05 +0800
parents 48a0ba346de4
children 01eea88963f3
comparison
equal deleted inserted replaced
1032:0da8ba489c23 1033:ca71904cf3ee
257 #endif 257 #endif
258 258
259 /* Use this string since some implementations might special-case it */ 259 /* Use this string since some implementations might special-case it */
260 #define DROPBEAR_KEEPALIVE_STRING "[email protected]" 260 #define DROPBEAR_KEEPALIVE_STRING "[email protected]"
261 261
262 /* Linux will attempt TCP fast open, falling back if not supported by the kernel */
263 #ifdef __linux__
264 #define DROPBEAR_TCP_FAST_OPEN 1
265 #endif
266
262 /* no include guard for this file */ 267 /* no include guard for this file */