u_int32_t tcpi_dsack_sent; /* Sent DSACK notification */
u_int32_t tcpi_dsack_recvd; /* Received a valid DSACK option */
u_int32_t tcpi_flowhash; /* Unique id for the connection */
+
+ u_int64_t tcpi_txretransmitpackets __attribute__((aligned(8)));
};
struct tcp_measure_bw_burst {
u_int64_t tcpi_rxpackets __attribute__((aligned(8)));
u_int64_t tcpi_rxbytes __attribute__((aligned(8)));
u_int64_t tcpi_rxoutoforderbytes __attribute__((aligned(8)));
+ u_int64_t tcpi_txretransmitpackets __attribute__((aligned(8)));
};
#endif /* (_POSIX_C_SOURCE && !_DARWIN_C_SOURCE) */