>From fb6bc56c9f894857c95c1231bcfa3ba612798889 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Thu, 31 Oct 2019 21:15:43 +0000 Subject: [PATCH 1/6] netinet/tcp.h: add TCP_TX_DELAY from linux v5.3 see linux commit a842fe1425cb20f457abd3f8ef98b468f83ca98b tcp: add optional per socket transmit delay --- include/netinet/tcp.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.23.0