summaryrefslogtreecommitdiff
path: root/include/netinet/tcp.h
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2019-03-06 22:30:30 +0000
committerRich Felker <dalias@aerifal.cx>2019-03-13 12:33:54 -0400
commit9e06514e23a106c478f7558a4b94dfaff69dd394 (patch)
tree9d57a16bbc86e5b04da5ae8971e50effad4c0125 /include/netinet/tcp.h
parent292bda7ceb1033488af08ba0ae8df27e38e8eb00 (diff)
downloadmusl-9e06514e23a106c478f7558a4b94dfaff69dd394.tar.gz
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
Diffstat (limited to 'include/netinet/tcp.h')
-rw-r--r--include/netinet/tcp.h1
1 files changed, 1 insertions, 0 deletions
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)