Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115828493
D29616.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
375 B
Referenced Files
None
Subscribers
None
D29616.diff
View Options
diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c
--- a/sys/netinet/tcp_output.c
+++ b/sys/netinet/tcp_output.c
@@ -1181,7 +1181,7 @@
tp->t_flags2 &= ~TF2_ECN_SND_ECE;
}
- if (tp->t_state == TCPS_ESTABLISHED &&
+ if (TCPS_HAVEESTABLISHED(tp->t_state) &&
(tp->t_flags2 & TF2_ECN_PERMIT)) {
/*
* If the peer has ECN, mark data packets with
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 30, 6:11 AM (15 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17852661
Default Alt Text
D29616.diff (375 B)
Attached To
Mode
D29616: [tcp] Fix ECN on finalizing sessions.
Attached
Detach File
Event Timeline
Log In to Comment