]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r291364:
authortuexen <tuexen@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 16 Jan 2016 18:59:10 +0000 (18:59 +0000)
committertuexen <tuexen@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 16 Jan 2016 18:59:10 +0000 (18:59 +0000)
commit0af4c05324cadce135e3386ccd89a90db7e021f1
tree70588709cb869b7d34a6195292b95f08126dc50e
parentc05792d75db5179de9106be75f9b055fb59e0b3a
MFC r291364:
When receiving an SCTP/UDP packet and the interface performed
the UDP checksum computation and signals that it was OK,
clear this bit when passing the packet to SCTP. Since the
bits indicating a valid UDP checksum and a valid SCTP
checksum are the same, the SCTP stack would assume
that also an SCTP checksum check has been performed.

git-svn-id: svn://svn.freebsd.org/base/stable/10@294189 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/netinet/sctputil.c