Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144305669
D48321.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
614 B
Referenced Files
None
Subscribers
None
D48321.diff
View Options
diff --git a/sys/netinet/tcp_stacks/rack.c b/sys/netinet/tcp_stacks/rack.c
--- a/sys/netinet/tcp_stacks/rack.c
+++ b/sys/netinet/tcp_stacks/rack.c
@@ -17456,7 +17456,6 @@
{
uint64_t srtt;
int32_t slot = 0;
- int32_t minslot = 0;
int can_start_hw_pacing = 1;
int err;
int pace_one;
@@ -17788,11 +17787,6 @@
}
}
}
- if (minslot && (minslot > slot)) {
- rack_log_pacing_delay_calc(rack, minslot, slot, rack->r_ctl.crte->rate, bw_est, lentim,
- 98, __LINE__, NULL, 0);
- slot = minslot;
- }
done_w_hdwr:
if (rack_limit_time_with_srtt &&
(rack->use_fixed_rate == 0) &&
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 8, 6:23 PM (6 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28483237
Default Alt Text
D48321.diff (614 B)
Attached To
Mode
D48321: TCP RACK: remove variable with is only initialized and not changed
Attached
Detach File
Event Timeline
Log In to Comment