Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159561817
D43957.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
430 B
Referenced Files
None
Subscribers
None
D43957.id.diff
View Options
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c
--- a/sys/netinet/tcp_input.c
+++ b/sys/netinet/tcp_input.c
@@ -479,6 +479,10 @@
INP_WLOCK_ASSERT(tptoinpcb(tp));
if (CC_ALGO(tp)->post_recovery != NULL) {
+ if (SEQ_LT(tp->snd_fack, th->th_ack) ||
+ SEQ_GT(tp->snd_fack, tp->snd_max)) {
+ tp->snd_fack = th->th_ack;
+ }
tp->t_ccv.curack = th->th_ack;
CC_ALGO(tp)->post_recovery(&tp->t_ccv);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jun 16, 5:51 PM (3 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33996022
Default Alt Text
D43957.id.diff (430 B)
Attached To
Mode
D43957: tcp: provide correct snd_fack on post_recovery
Attached
Detach File
Event Timeline
Log In to Comment