Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F169381675
D23900.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
528 B
Referenced Files
None
Subscribers
None
D23900.id.diff
View Options
Index: head/sys/netinet/tcp_syncache.c
===================================================================
--- head/sys/netinet/tcp_syncache.c
+++ head/sys/netinet/tcp_syncache.c
@@ -1794,7 +1794,8 @@
ip6->ip6_dst = sc->sc_inc.inc6_faddr;
ip6->ip6_plen = htons(tlen - hlen);
/* ip6_hlim is set after checksum */
- ip6->ip6_flow &= ~IPV6_FLOWLABEL_MASK;
+ /* Zero out traffic class and flow label. */
+ ip6->ip6_flow &= ~IPV6_FLOWINFO_MASK;
ip6->ip6_flow |= sc->sc_flowlabel;
th = (struct tcphdr *)(ip6 + 1);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Sep 2, 9:18 AM (10 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37938550
Default Alt Text
D23900.id.diff (528 B)
Attached To
Mode
D23900: Don't Send TCP/IPv6 Segments with Uninitialised Traffic Class from the TCP SYN cache
Attached
Detach File
Event Timeline
Log In to Comment