>From cbb88cd17af47f4eb42a8541c5ed6de72b09457e Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sat, 17 Jun 2017 21:50:03 +0000 Subject: [PATCH 10/22] add TCP_NLA_* enums from linux v4.11 two new stats for SCM_TIMESTAMPING_OPT_STATS, added in linux commit 7e98102f489775d8c000884fca8a0d995ea688a9 --- include/netinet/tcp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/netinet/tcp.h b/include/netinet/tcp.h index b85844c8..652418be 100644 --- a/include/netinet/tcp.h +++ b/include/netinet/tcp.h @@ -50,6 +50,8 @@ enum { TCP_NLA_BUSY, TCP_NLA_RWND_LIMITED, TCP_NLA_SNDBUF_LIMITED, + TCP_NLA_DATA_SEGS_OUT, + TCP_NLA_TOTAL_RETRANS, }; #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) -- 2.14.1