author | Szabolcs Nagy <nsz@port70.net> | 2019年10月31日 21:15:43 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2019年12月30日 18:12:40 -0500 |
commit | af2576e61d6a68a7c6981d0b682ada28ad1f1a8d (patch) | |
tree | e2a1b09c62f8b4e5eb4d1b608f122f6b9371aee9 | |
parent | e17814aa5adb6284860fff765a9e01ef4f5bc4d6 (diff) | |
download | musl-af2576e61d6a68a7c6981d0b682ada28ad1f1a8d.tar.gz |
-rw-r--r-- | include/netinet/tcp.h | 1 |
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 |