summaryrefslogtreecommitdiff
path: root/include/netinet/tcp.h
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2017-06-17 21:45:03 +0000
committerRich Felker <dalias@aerifal.cx>2017-11-05 18:41:08 -0500
commitee3ae7827b00c734a3c32839fb1427015900e598 (patch)
tree98ea923ad93ad60a546b5ac477f6efeaba0aadec /include/netinet/tcp.h
parent3eb82f7338e74a5b2f1de6a62a72927452b327a2 (diff)
downloadmusl-ee3ae7827b00c734a3c32839fb1427015900e598.tar.gz
add TCP_FASTOPEN_CONNECT tcp socket option from linux v4.11
new in linux commit 19f6d3f3c8422d65b5e3d2162e30ef07c6e21ea2
Diffstat (limited to 'include/netinet/tcp.h')
-rw-r--r--include/netinet/tcp.h1
1 files changed, 1 insertions, 0 deletions
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