aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@FreeBSD.org>2017-12-07 22:19:08 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2017-12-07 22:19:08 +0000
commit9f0abda05115a42fe90450e657ed81a7035d2cb2 (patch)
tree04279779b3aac4e080035fbc4425438879346770 /usr.bin
parent2dbeaed4833e366fe614f81136bf572027b046e2 (diff)
downloadsrc-9f0abda05115a42fe90450e657ed81a7035d2cb2.tar.gz
src-9f0abda05115a42fe90450e657ed81a7035d2cb2.zip
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.
Notes
Notes: svn path=/head/; revision=326672
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 f0ba6c10200c..015c29f4b0b8 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);