From 80f7afa5b5d86492aee1e5e67fe7cc0e71956649 Mon Sep 17 00:00:00 2001 From: tuexen Date: Sat, 7 Apr 2018 20:22:04 +0000 Subject: 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. --- usr.bin/systat/sctp.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'usr.bin') 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); -- cgit v1.1