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
This commit is contained in:
Szabolcs Nagy 2019-03-06 22:30:30 +00:00 committed by Rich Felker
parent 292bda7ceb
commit 9e06514e23

View File

@ -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)