]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The default for UDPLITE_RECV_CSCOV is zero. RFC 3828 recommend
authorMichael Tuexen <tuexen@FreeBSD.org>
Wed, 1 Oct 2014 05:43:29 +0000 (05:43 +0000)
committerMichael Tuexen <tuexen@FreeBSD.org>
Wed, 1 Oct 2014 05:43:29 +0000 (05:43 +0000)
commit83e95fb30b3ab55853c5aaecea6988f4ffc06c84
treeb49306ad1e5d6ad0db9ac20940e636ea5c6f87a3
parent721dae3a52001030fbe4eb7c59c6abad2b8b02e4
The default for UDPLITE_RECV_CSCOV is zero. RFC 3828 recommend
that this means full checksum coverage for received packets.
If an application is willing to accept packets with partial
coverage, it is expected to use the socekt option and provice
the minimum coverage it accepts.

Reviewed by: kevlo
MFC after: 3 days
share/man/man4/udplite.4
sys/netinet/udp_usrreq.c
sys/netinet6/udp6_usrreq.c