Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108595799
D29616.id86933.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
405 B
Referenced Files
None
Subscribers
None
D29616.id86933.diff
View Options
Index: sys/netinet/tcp_output.c
===================================================================
--- sys/netinet/tcp_output.c
+++ 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
Mon, Jan 27, 6:29 PM (6 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16204628
Default Alt Text
D29616.id86933.diff (405 B)
Attached To
Mode
D29616: [tcp] Fix ECN on finalizing sessions.
Attached
Detach File
Event Timeline
Log In to Comment