瀏覽代碼

netinet/tcp.h: add TCP_TX_DELAY from linux v5.3

see

  linux commit a842fe1425cb20f457abd3f8ef98b468f83ca98b
  tcp: add optional per socket transmit delay
Szabolcs Nagy 5 年之前
父節點
當前提交
af2576e61d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/netinet/tcp.h

+ 1 - 0
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