netinet/in.h: add INADDR_ALLSNOOPERS_GROUP from linux v5.1
[musl] / include / netinet / tcp.h
index 584af2f..c7a8648 100644 (file)
@@ -72,6 +72,11 @@ enum {
        TCP_NLA_SND_SSTHRESH,
        TCP_NLA_DELIVERED,
        TCP_NLA_DELIVERED_CE,
+       TCP_NLA_BYTES_SENT,
+       TCP_NLA_BYTES_RETRANS,
+       TCP_NLA_DSACK_DUPS,
+       TCP_NLA_REORD_SEEN,
+       TCP_NLA_SRTT,
 };
 
 #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
@@ -225,6 +230,10 @@ struct tcp_info {
        uint64_t tcpi_sndbuf_limited;
        uint32_t tcpi_delivered;
        uint32_t tcpi_delivered_ce;
+       uint64_t tcpi_bytes_sent;
+       uint64_t tcpi_bytes_retrans;
+       uint32_t tcpi_dsack_dups;
+       uint32_t tcpi_reord_seen;
 };
 
 #define TCP_MD5SIG_MAXKEYLEN    80