netinet/in.h: add INADDR_ALLSNOOPERS_GROUP from linux v5.1
[musl] / include / netinet / tcp.h
index 2eac793..c7a8648 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)