Mercurial > dropbear
comparison sysoptions.h @ 1084:2265d7ebfdeb
separate client/server fastopen options
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 29 May 2015 23:19:11 +0800 |
parents | 01eea88963f3 |
children | cc3916a7afd9 |
comparison
equal
deleted
inserted
replaced
1083:8e0280986710 | 1084:2265d7ebfdeb |
---|---|
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 */ | 265 /* Linux will attempt TCP fast open, falling back if not supported by the kernel. |
266 * Currently server is enabled but client is disabled by default until there | |
267 * is further compatibility testing */ | |
266 #ifdef __linux__ | 268 #ifdef __linux__ |
267 #define DROPBEAR_TCP_FAST_OPEN 1 | 269 #define DROPBEAR_SERVER_TCP_FAST_OPEN |
270 /* #define DROPBEAR_CLIENT_TCP_FAST_OPEN */ | |
268 #endif | 271 #endif |
269 | 272 |
270 /* no include guard for this file */ | 273 /* no include guard for this file */ |