diff options
author | Szabolcs Nagy <nsz@port70.net> | 2013-11-23 23:04:55 +0000 |
---|---|---|
committer | Szabolcs Nagy <nsz@port70.net> | 2013-11-23 23:04:55 +0000 |
commit | b0e9d5771162401a5328aec7e1e8a6744e531521 (patch) | |
tree | 66a7f610585e5c0ded9135315c18078810981aa4 /include/netinet | |
parent | 4b2c8fee3599c7676a6eca1e6880b8e042794f53 (diff) | |
download | musl-b0e9d5771162401a5328aec7e1e8a6744e531521.tar.gz musl-b0e9d5771162401a5328aec7e1e8a6744e531521.tar.xz musl-b0e9d5771162401a5328aec7e1e8a6744e531521.zip |
add TCP_NOTSENT_LOWAT tcp socket option, new in linux v3.12
Diffstat (limited to 'include/netinet')
-rw-r--r-- | include/netinet/tcp.h | 1 |
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 |