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:
9b57db3
)
netinet/tcp.h: add TCP_* socket options from linux v4.15
author
Szabolcs Nagy
<nsz@port70.net>
Fri, 2 Feb 2018 20:19:46 +0000
(20:19 +0000)
committer
Rich Felker
<dalias@aerifal.cx>
Thu, 22 Feb 2018 23:49:03 +0000
(18:49 -0500)
TCP_FASTOPEN_KEY is new in
1fba70e5b6bed53496ba1f1f16127f5be01b5fb6
TCP_FASTOPEN_NO_COOKIE is new in
71c02379c762cb616c00fd5c4ed253fbf6bbe11b
include/netinet/tcp.h
patch
|
blob
|
history
diff --git
a/include/netinet/tcp.h
b/include/netinet/tcp.h
index 94a4f8e20b8fcb5277af277713c8a010c61d72b6..2747f4ea633391d912319a73bbf1d96b37a9b68d 100644
(file)
--- a/
include/netinet/tcp.h
+++ b/
include/netinet/tcp.h
@@
-34,6
+34,8
@@
#define TCP_FASTOPEN_CONNECT 30
#define TCP_ULP 31
#define TCP_MD5SIG_EXT 32
+#define TCP_FASTOPEN_KEY 33
+#define TCP_FASTOPEN_NO_COOKIE 34
#define TCP_ESTABLISHED 1
#define TCP_SYN_SENT 2