Browse Source

add TCP_NOTSENT_LOWAT tcp socket option, new in linux v3.12

Szabolcs Nagy 11 năm trước cách đây
mục cha
commit
b0e9d57711
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      include/netinet/tcp.h

+ 1 - 0
include/netinet/tcp.h

@@ -26,6 +26,7 @@
 #define TCP_REPAIR_OPTIONS 22
 #define TCP_FASTOPEN     23
 #define TCP_TIMESTAMP    24
+#define TCP_NOTSENT_LOWAT 25
 
 #define TCP_ESTABLISHED  1
 #define TCP_SYN_SENT     2