Page MenuHomeFreeBSD

D37016.id.diff
No OneTemporary

D37016.id.diff

diff --git a/sys/netinet/tcp.h b/sys/netinet/tcp.h
--- a/sys/netinet/tcp.h
+++ b/sys/netinet/tcp.h
@@ -389,8 +389,17 @@
u_int32_t tcpi_rcv_ooopack; /* Out-of-order packets */
u_int32_t tcpi_snd_zerowin; /* Zero-sized windows sent */
+ /* Accurate ECN counters. */
+ u_int32_t __tcpi_received_ce; /* # of CE marks received */
+ u_int32_t __tcpi_delivered_e1_bytes;
+ u_int32_t __tcpi_delivered_e0_bytes;
+ u_int32_t __tcpi_delivered_ce_bytes;
+ u_int32_t __tcpi_received_e1_bytes;
+ u_int32_t __tcpi_received_e0_bytes;
+ u_int32_t __tcpi_received_ce_bytes;
+
/* Padding to grow without breaking ABI. */
- u_int32_t __tcpi_pad[26]; /* Padding. */
+ u_int32_t __tcpi_pad[19]; /* Padding. */
};
/*

File Metadata

Mime Type
text/plain
Expires
Sat, Jan 17, 12:44 AM (17 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27674981
Default Alt Text
D37016.id.diff (710 B)

Event Timeline