]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r272347:
authortuexen <tuexen@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 6 Oct 2014 17:04:26 +0000 (17:04 +0000)
committertuexen <tuexen@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 6 Oct 2014 17:04:26 +0000 (17:04 +0000)
commit3d41875aed4eda19f8a5403b756cccc03545bcbf
treec50d4bf2d873e74385fde051ea5a81cfe937e4d8
parentd5adfc77424f2dec2669e7fd237cc11aaf320ece
MFC r272347:
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 socket option and provide
the minimum coverage it accepts.

git-svn-id: svn://svn.freebsd.org/base/stable/10@272661 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
share/man/man4/udplite.4
sys/netinet/udp_usrreq.c
sys/netinet6/udp6_usrreq.c