From c519658ceaf19e1e080ae337a79b56d37dae271c Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sat, 17 Jun 2017 21:50:03 +0000 Subject: 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(+) (limited to 'include') 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) -- cgit v1.2.1