diff options
| -rw-r--r-- | include/netinet/tcp.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/include/netinet/tcp.h b/include/netinet/tcp.h index 244a21ef..d6f41cab 100644 --- a/include/netinet/tcp.h +++ b/include/netinet/tcp.h @@ -184,6 +184,10 @@ struct tcp_info  	uint64_t tcpi_bytes_received;  	uint32_t tcpi_segs_out;  	uint32_t tcpi_segs_in; +	uint32_t tcpi_notsent_bytes; +	uint32_t tcpi_min_rtt; +	uint32_t tcpi_data_segs_in; +	uint32_t tcpi_data_segs_out;  };  #define TCP_MD5SIG_MAXKEYLEN    80  | 
