HomeFreeBSD

MFC r358614:

Description

MFC r358614:

Don't send an uninitialised traffic class in the IPv6 header, when
sending a TCP segment from the TCP SYN cache (like a SYN-ACK).
This fix initialises it to zero. This is correct for the ECN bits,
but is does not honor the DSCP what an application might have set via
the IPPROTO_IPV6 level socket options IPV6_TCLASS. That will be
fixed separately.

Reviewed by: Richard Scheffenegger
Sponsored by: Netflix, Inc.
Differential Revision: https://reviews.freebsd.org/D23900

Details

Provenance
tuexenAuthored on
Differential Revision
D23900: Don't Send TCP/IPv6 Segments with Uninitialised Traffic Class from the TCP SYN cache
Parents
rS358739: MFC r358614:
Branches
Unknown
Tags
Unknown