From: Szabolcs Nagy Date: Wed, 6 Mar 2019 22:30:30 +0000 (+0000) Subject: netinet/tcp.h: add TCP_NLA_SRTT from linux v5.0 X-Git-Tag: v1.1.22~20 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9e06514e23a106c478f7558a4b94dfaff69dd394;p=oweals%2Fmusl.git 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 --- 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)