From: Szabolcs Nagy Date: Sun, 20 Jul 2014 14:09:33 +0000 (+0200) Subject: add pacing rate information to the tcp_info struct in tcp.h X-Git-Tag: v1.1.4~27 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6119fa32698b6e1f79564c2a30d81b179f48c156;p=oweals%2Fmusl.git add pacing rate information to the tcp_info struct in tcp.h used by monitoring applications such as ss from iproute2 introduced in linux 3.15 commit 977cb0ecf82eb6d15562573c31edebf90db35163 --- diff --git a/include/netinet/tcp.h b/include/netinet/tcp.h index d3db0421..52358c75 100644 --- a/include/netinet/tcp.h +++ b/include/netinet/tcp.h @@ -162,6 +162,8 @@ struct tcp_info uint32_t tcpi_rcv_rtt; uint32_t tcpi_rcv_space; uint32_t tcpi_total_retrans; + uint64_t tcpi_pacing_rate; + uint64_t tcpi_max_pacing_rate; }; #define TCP_MD5SIG_MAXKEYLEN 80