Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107892813
D36867.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
347 B
Referenced Files
None
Subscribers
None
D36867.diff
View Options
diff --git a/sys/netinet/tcp_ecn.c b/sys/netinet/tcp_ecn.c
--- a/sys/netinet/tcp_ecn.c
+++ b/sys/netinet/tcp_ecn.c
@@ -315,7 +315,7 @@
}
} else {
/* RFC3168 ECN handling */
- if (thflags & TH_ECE)
+ if ((thflags & (TH_SYN | TH_ECE)) == TH_ECE)
delta_ace = 1;
if (thflags & TH_CWR) {
tp->t_flags2 &= ~TF2_ECN_SND_ECE;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 20, 2:29 AM (21 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15970987
Default Alt Text
D36867.diff (347 B)
Attached To
Mode
D36867: tcp: no CC reaction on ECE when SYN is still set in RFC3168 mode.
Attached
Detach File
Event Timeline
Log In to Comment