Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146558857
D48276.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
376 B
Referenced Files
None
Subscribers
None
D48276.id.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
@@ -6329,8 +6329,6 @@
}
/* Round it up */
rtt_ticks = USEC_2_TICKS((rtt + (USECS_IN_MSEC - 1)));
- if (rtt_ticks == 0)
- rtt_ticks = 1;
if (tp->t_srtt != 0) {
/*
* srtt is stored as fixed point with 5 bits after the
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 4, 3:44 PM (2 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29232756
Default Alt Text
D48276.id.diff (376 B)
Attached To
Mode
D48276: TCP BBR: remove code which is never executed
Attached
Detach File
Event Timeline
Log In to Comment