projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3eb82f7
)
add TCP_FASTOPEN_CONNECT tcp socket option from linux v4.11
author
Szabolcs Nagy
<nsz@port70.net>
Sat, 17 Jun 2017 21:45:03 +0000
(21:45 +0000)
committer
Rich Felker
<dalias@aerifal.cx>
Sun, 5 Nov 2017 23:41:08 +0000
(18:41 -0500)
new in linux commit
19f6d3f3c8422d65b5e3d2162e30ef07c6e21ea2
include/netinet/tcp.h
patch
|
blob
|
history
diff --git
a/include/netinet/tcp.h
b/include/netinet/tcp.h
index 935107a591e727d8cb45571026c6a5b934bc59b4..b85844c84d934e67d164d82b77f4ee31018a08d8 100644
(file)
--- 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