summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2018-04-07 20:22:04 +0000
committertuexen <tuexen@FreeBSD.org>2018-04-07 20:22:04 +0000
commit80f7afa5b5d86492aee1e5e67fe7cc0e71956649 (patch)
treeef58638bfb895550d8304b07396d73e1ffdde87a /usr.bin
parent95c4ead90d61519b3e0a4cb7b9f5f5b296ae9644 (diff)
downloadFreeBSD-src-80f7afa5b5d86492aee1e5e67fe7cc0e71956649.zip
FreeBSD-src-80f7afa5b5d86492aee1e5e67fe7cc0e71956649.tar.gz
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.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/systat/sctp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/systat/sctp.c b/usr.bin/systat/sctp.c
index ea0edd8..1e6a67c 100644
--- a/usr.bin/systat/sctp.c
+++ b/usr.bin/systat/sctp.c
@@ -180,7 +180,6 @@ domode(struct sctpstat *ret)
DO(sctps_recvauthfailed);
DO(sctps_recvexpress);
DO(sctps_recvexpressm);
- DO(sctps_recvnocrc);
DO(sctps_recvswcrc);
DO(sctps_recvhwcrc);
@@ -194,7 +193,6 @@ domode(struct sctpstat *ret)
DO(sctps_sendecne);
DO(sctps_sendauth);
DO(sctps_senderrors);
- DO(sctps_sendnocrc);
DO(sctps_sendswcrc);
DO(sctps_sendhwcrc);
OpenPOWER on IntegriCloud