mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
Add TCP_TX_DELAY from Linux 5.3 to netinet/tcp.h.
This patch adds the new TCP_TX_DELAY constant from Linux 5.3 to sysdeps/gnu/netinet/tcp.h. Tested for x86_64. * sysdeps/gnu/netinet/tcp.h (TCP_TX_DELAY): New macro.
This commit is contained in:
parent
464cd3a9d5
commit
9a44050e74
@ -1,3 +1,7 @@
|
||||
2019-09-27 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/gnu/netinet/tcp.h (TCP_TX_DELAY): New macro.
|
||||
|
||||
2019-09-26 Lukasz Majewski <lukma@denx.de>
|
||||
|
||||
* include/time.h: Add struct __timespec64 definition
|
||||
|
@ -79,6 +79,7 @@
|
||||
#define TCP_INQ 36 /* Notify bytes available to read
|
||||
as a cmsg on read. */
|
||||
#define TCP_CM_INQ TCP_INQ
|
||||
#define TCP_TX_DELAY 37 /* Delay outgoing packets by XX usec. */
|
||||
|
||||
#define TCP_REPAIR_ON 1
|
||||
#define TCP_REPAIR_OFF 0
|
||||
|
Loading…
Reference in New Issue
Block a user