Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144617996
D51441.1775808287.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
687 B
Referenced Files
None
Subscribers
None
D51441.1775808287.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
@@ -17987,7 +17987,7 @@
tp->gput_ack = tp->gput_seq + rack_get_measure_window(tp, rack);
rack->r_ctl.rc_gp_cumack_ts = 0;
if ((rack->r_ctl.cleared_app_ack == 1) &&
- (SEQ_GEQ(rack->r_ctl.cleared_app_ack, tp->gput_seq))) {
+ (SEQ_GEQ(tp->gput_seq, rack->r_ctl.cleared_app_ack_seq))) {
/*
* We just cleared an application limited period
* so the next seq out needs to skip the first
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 10, 8:04 AM (4 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28314443
Default Alt Text
D51441.1775808287.diff (687 B)
Attached To
Mode
D51441: tcp rack: use correct variable for clearing app limited periods
Attached
Detach File
Event Timeline
Log In to Comment