]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/tcp.h
xnu-3789.51.2.tar.gz
[apple/xnu.git] / bsd / netinet / tcp.h
index 312f8c25239f71a920308c534c00bc41b9b7b218..35d85c160cc653ea8c9400afc775f0a8267e3607 100644 (file)
@@ -401,6 +401,8 @@ struct tcp_info {
        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 {
@@ -493,6 +495,7 @@ struct tcp_connection_info {
         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) */