Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147795938
D45122.1784394261.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
472 B
Referenced Files
None
Subscribers
None
D45122.1784394261.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
@@ -22776,7 +22776,8 @@
* is acked first.
*/
flags &= ~TH_FIN;
- if ((sbused(sb) == (tp->snd_max - tp->snd_una)) &&
+ if (TCPS_HAVEESTABLISHED(tp->t_state) &&
+ (sbused(sb) == (tp->snd_max - tp->snd_una)) &&
((tp->snd_max - tp->snd_una) <= segsiz)) {
/*
* Ok less than or right at a MSS is
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jul 18, 5:04 PM (4 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29186611
Default Alt Text
D45122.1784394261.diff (472 B)
Attached To
Mode
D45122: tcp rack: do not send a challenge ack in the front stages
Attached
Detach File
Event Timeline
Log In to Comment