summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2013-11-23 23:04:55 +0000
committerSzabolcs Nagy <nsz@port70.net>2013-11-23 23:04:55 +0000
commitb0e9d5771162401a5328aec7e1e8a6744e531521 (patch)
tree66a7f610585e5c0ded9135315c18078810981aa4
parent4b2c8fee3599c7676a6eca1e6880b8e042794f53 (diff)
downloadmusl-b0e9d5771162401a5328aec7e1e8a6744e531521.tar.gz
add TCP_NOTSENT_LOWAT tcp socket option, new in linux v3.12
-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 6f75eb32..5212ef71 100644
--- a/include/netinet/tcp.h
+++ b/include/netinet/tcp.h
@@ -26,6 +26,7 @@
#define TCP_REPAIR_OPTIONS 22
#define TCP_FASTOPEN 23
#define TCP_TIMESTAMP 24
+#define TCP_NOTSENT_LOWAT 25
#define TCP_ESTABLISHED 1
#define TCP_SYN_SENT 2