Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109473798
D48293.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
571 B
Referenced Files
None
Subscribers
None
D48293.diff
View Options
diff --git a/sys/netinet/tcp_stacks/bbr.c b/sys/netinet/tcp_stacks/bbr.c
--- a/sys/netinet/tcp_stacks/bbr.c
+++ b/sys/netinet/tcp_stacks/bbr.c
@@ -6712,7 +6712,7 @@
bbr_log_rtt_shrinks(bbr, cts, 0, rtt, __LINE__, BBR_RTTS_NEWRTT, 0);
bbr_set_reduced_rtt(bbr, cts, __LINE__);
}
- bbr_log_type_bbrrttprop(bbr, rtt, (rsm ? rsm->r_end : 0), uts, cts,
+ bbr_log_type_bbrrttprop(bbr, rtt, rsm->r_end, uts, cts,
match, rsm->r_start, rsm->r_flags);
apply_filter_min_small(&bbr->r_ctl.rc_rttprop, rtt, cts);
if (old_rttprop != bbr_get_rtt(bbr, BBR_RTT_PROP)) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 6, 1:18 PM (7 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15668629
Default Alt Text
D48293.diff (571 B)
Attached To
Mode
D48293: TCP BBR: simplify expression
Attached
Detach File
Event Timeline
Log In to Comment