about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2019-10-31 21:15:43 +0000
committerRich Felker <dalias@aerifal.cx>2019-12-30 18:12:40 -0500
commitaf2576e61d6a68a7c6981d0b682ada28ad1f1a8d (patch)
treee2a1b09c62f8b4e5eb4d1b608f122f6b9371aee9 /include
parente17814aa5adb6284860fff765a9e01ef4f5bc4d6 (diff)
downloadmusl-af2576e61d6a68a7c6981d0b682ada28ad1f1a8d.tar.gz
musl-af2576e61d6a68a7c6981d0b682ada28ad1f1a8d.tar.xz
musl-af2576e61d6a68a7c6981d0b682ada28ad1f1a8d.zip
netinet/tcp.h: add TCP_TX_DELAY from linux v5.3
see

  linux commit a842fe1425cb20f457abd3f8ef98b468f83ca98b
  tcp: add optional per socket transmit delay
Diffstat (limited to 'include')
-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 adcd45e7..69de9d5a 100644
--- a/include/netinet/tcp.h
+++ b/include/netinet/tcp.h
@@ -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