Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151673449
D7060.id18082.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
984 B
Referenced Files
None
Subscribers
None
D7060.id18082.diff
View Options
Index: sys/netinet/tcp_usrreq.c
===================================================================
--- sys/netinet/tcp_usrreq.c
+++ sys/netinet/tcp_usrreq.c
@@ -2250,7 +2250,7 @@
tp->t_rttbest);
db_print_indent(indent);
- db_printf("t_rttupdated: %lu max_sndwnd: %lu t_softerror: %d\n",
+ db_printf("t_rttupdated: %lu max_sndwnd: %u t_softerror: %d\n",
tp->t_rttupdated, tp->max_sndwnd, tp->t_softerror);
db_print_indent(indent);
Index: sys/netinet/tcp_var.h
===================================================================
--- sys/netinet/tcp_var.h
+++ sys/netinet/tcp_var.h
@@ -210,7 +210,7 @@
u_int t_rttmin; /* minimum rtt allowed */
u_int t_rttbest; /* best rtt we've seen */
u_long t_rttupdated; /* number of times rtt sampled */
- u_long max_sndwnd; /* largest window peer has offered */
+ uint32_t max_sndwnd; /* largest window peer has offered */
int t_softerror; /* possible error not yet reported */
/* out-of-band data */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 10, 10:36 PM (14 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31238962
Default Alt Text
D7060.id18082.diff (984 B)
Attached To
Mode
D7060: FFL: Change max_sndwnd from u_long to uint32_t
Attached
Detach File
Event Timeline
Log In to Comment