mirror of
https://github.com/fluencelabs/musl
synced 2025-06-25 12:42:02 +00:00
add TCP_NOTSENT_LOWAT tcp socket option, new in linux v3.12
This commit is contained in:
@ -26,6 +26,7 @@
|
|||||||
#define TCP_REPAIR_OPTIONS 22
|
#define TCP_REPAIR_OPTIONS 22
|
||||||
#define TCP_FASTOPEN 23
|
#define TCP_FASTOPEN 23
|
||||||
#define TCP_TIMESTAMP 24
|
#define TCP_TIMESTAMP 24
|
||||||
|
#define TCP_NOTSENT_LOWAT 25
|
||||||
|
|
||||||
#define TCP_ESTABLISHED 1
|
#define TCP_ESTABLISHED 1
|
||||||
#define TCP_SYN_SENT 2
|
#define TCP_SYN_SENT 2
|
||||||
|
Reference in New Issue
Block a user