Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F164588023
D46694.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
396 B
Referenced Files
None
Subscribers
None
D46694.diff
View Options
diff --git a/sys/netinet/tcp_syncache.c b/sys/netinet/tcp_syncache.c
--- a/sys/netinet/tcp_syncache.c
+++ b/sys/netinet/tcp_syncache.c
@@ -1538,7 +1538,7 @@
*/
if (sc->sc_flags & SCF_ECN_MASK) {
sc->sc_flags &= ~SCF_ECN_MASK;
- sc->sc_flags = tcp_ecn_syncache_add(tcp_get_flags(th), iptos);
+ sc->sc_flags |= tcp_ecn_syncache_add(tcp_get_flags(th), iptos);
}
#ifdef MAC
/*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Aug 3, 5:39 AM (9 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35899222
Default Alt Text
D46694.diff (396 B)
Attached To
Mode
D46694: Keep syncache flags when updating ECN info
Attached
Detach File
Event Timeline
Log In to Comment