From: Szabolcs Nagy Date: Sat, 17 Jun 2017 21:45:03 +0000 (+0000) Subject: add TCP_FASTOPEN_CONNECT tcp socket option from linux v4.11 X-Git-Tag: v1.1.19~73 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ee3ae7827b00c734a3c32839fb1427015900e598;p=oweals%2Fmusl.git add TCP_FASTOPEN_CONNECT tcp socket option from linux v4.11 new in linux commit 19f6d3f3c8422d65b5e3d2162e30ef07c6e21ea2 --- diff --git a/include/netinet/tcp.h b/include/netinet/tcp.h index 935107a5..b85844c8 100644 --- a/include/netinet/tcp.h +++ b/include/netinet/tcp.h @@ -31,6 +31,7 @@ #define TCP_SAVE_SYN 27 #define TCP_SAVED_SYN 28 #define TCP_REPAIR_WINDOW 29 +#define TCP_FASTOPEN_CONNECT 30 #define TCP_ESTABLISHED 1 #define TCP_SYN_SENT 2