From 9e06514e23a106c478f7558a4b94dfaff69dd394 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Wed, 6 Mar 2019 22:30:30 +0000 Subject: netinet/tcp.h: add TCP_NLA_SRTT from linux v5.0 smoothed RTT for SCM_TIMESTAMPING_OPT_STATS control messages. added in linux commit e8bd8fca6773ef49390269bd467bf940a0841ccf --- include/netinet/tcp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/netinet/tcp.h') diff --git a/include/netinet/tcp.h b/include/netinet/tcp.h index 2eac793e..c7a86480 100644 --- a/include/netinet/tcp.h +++ b/include/netinet/tcp.h @@ -76,6 +76,7 @@ enum { TCP_NLA_BYTES_RETRANS, TCP_NLA_DSACK_DUPS, TCP_NLA_REORD_SEEN, + TCP_NLA_SRTT, }; #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) -- cgit v1.2.1