mirror of git://git.musl-libc.org/musl
netinet/tcp.h: add TCP_TX_DELAY from linux v5.3
see linux commit a842fe1425cb20f457abd3f8ef98b468f83ca98b tcp: add optional per socket transmit delay
This commit is contained in:
parent
e17814aa5a
commit
af2576e61d
|
@ -38,6 +38,7 @@
|
|||
#define TCP_FASTOPEN_NO_COOKIE 34
|
||||
#define TCP_ZEROCOPY_RECEIVE 35
|
||||
#define TCP_INQ 36
|
||||
#define TCP_TX_DELAY 37
|
||||
|
||||
#define TCP_CM_INQ TCP_INQ
|
||||
|
||||
|
|
Loading…
Reference in New Issue