Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142098978
D37016.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
710 B
Referenced Files
None
Subscribers
None
D37016.id.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D37016: tcp: sync with latest linux tcp_info struct
Attached
Detach File
Event Timeline
Log In to Comment