netinet/tcp.h: add TCP_NLA_SRTT from linux v5.0
authorSzabolcs Nagy <nsz@port70.net>
Wed, 6 Mar 2019 22:30:30 +0000 (22:30 +0000)
committerRich Felker <dalias@aerifal.cx>
Wed, 13 Mar 2019 16:33:54 +0000 (12:33 -0400)
smoothed RTT for SCM_TIMESTAMPING_OPT_STATS control messages.
added in linux commit e8bd8fca6773ef49390269bd467bf940a0841ccf

include/netinet/tcp.h

index 2eac793eddf0efcda5b3b963a1c9709a1de7f39f..c7a86480d301a3dc864994ef2d75bd276bdff007 100644 (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)