]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r326672:
authortuexen <tuexen@FreeBSD.org>
Sat, 7 Apr 2018 20:22:04 +0000 (20:22 +0000)
committertuexen <tuexen@FreeBSD.org>
Sat, 7 Apr 2018 20:22:04 +0000 (20:22 +0000)
commit80f7afa5b5d86492aee1e5e67fe7cc0e71956649
treeef58638bfb895550d8304b07396d73e1ffdde87a
parent95c4ead90d61519b3e0a4cb7b9f5f5b296ae9644
MFC r326672:

Retire SCTP_WITH_NO_CSUM option.

This option was used in the early days to allow performance measurements
extrapolating the use of SCTP checksum offloading. Since this feature
is now available, get rid of this option.
This also un-breaks the LINT kernel. Thanks to markj@ for making me
aware of the problem.
sys/conf/NOTES
sys/conf/options
sys/netinet/sctp_crc32.c
sys/netinet/sctp_crc32.h
sys/netinet/sctp_input.c
sys/netinet/sctp_input.h
sys/netinet/sctp_output.c
sys/netinet/sctp_sysctl.c
sys/netinet/sctp_uio.h
sys/netinet6/sctp6_usrreq.c
usr.bin/systat/sctp.c