]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r272347:
authortuexen <tuexen@FreeBSD.org>
Mon, 6 Oct 2014 17:04:26 +0000 (17:04 +0000)
committertuexen <tuexen@FreeBSD.org>
Mon, 6 Oct 2014 17:04:26 +0000 (17:04 +0000)
commit88124f9e02fc7803f94dbf3ded02e455d255c479
treec50d4bf2d873e74385fde051ea5a81cfe937e4d8
parentce3a76b52fb6ecf2961794008957eb6fb1d7c450
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.
share/man/man4/udplite.4
sys/netinet/udp_usrreq.c
sys/netinet6/udp6_usrreq.c