Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143425610
D5973.id15251.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D5973.id15251.diff
View Options
Index: cddl/lib/libdtrace/tcp.d
===================================================================
--- cddl/lib/libdtrace/tcp.d
+++ cddl/lib/libdtrace/tcp.d
@@ -108,16 +108,16 @@
uint32_t tcps_snxt; /* next sequence # to send */
uint32_t tcps_rack; /* sequence # we have acked */
uint32_t tcps_rnxt; /* next sequence # expected */
- uint32_t tcps_swnd; /* send window size */
+ u_long tcps_swnd; /* send window size */
int32_t tcps_snd_ws; /* send window scaling */
uint32_t tcps_swl1; /* window update seg seq number */
uint32_t tcps_swl2; /* window update seg ack number */
uint32_t tcps_rup; /* receive urgent pointer */
uint32_t tcps_radv; /* advertised window */
- uint32_t tcps_rwnd; /* receive window size */
+ u_long tcps_rwnd; /* receive window size */
int32_t tcps_rcv_ws; /* receive window scaling */
- uint32_t tcps_cwnd; /* congestion window */
- uint32_t tcps_cwnd_ssthresh; /* threshold for congestion avoidance */
+ u_long tcps_cwnd; /* congestion window */
+ u_long tcps_cwnd_ssthresh; /* threshold for congestion avoidance */
uint32_t tcps_srecover; /* for use in NewReno Fast Recovery */
uint32_t tcps_sack_fack; /* SACK sequence # we have acked */
uint32_t tcps_sack_snxt; /* next SACK seq # for retransmission */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 31, 8:36 AM (9 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28110432
Default Alt Text
D5973.id15251.diff (1 KB)
Attached To
Mode
D5973: Fix the 'type' for a few variables from tcpcb.
Attached
Detach File
Event Timeline
Log In to Comment