From 5e937ff0347c8b0afb566598653b391777f51876 Mon Sep 17 00:00:00 2001 From: Eirik Nygaard Date: Fri, 23 Jun 2006 17:26:12 +0000 Subject: [PATCH] Add SCTP to LINT. --- sys/config/LINT | 15 ++++++++++++++- sys/i386/conf/LINT | 15 ++++++++++++++- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/sys/config/LINT b/sys/config/LINT index 25e338a9e5..18b4ce2978 100644 --- a/sys/config/LINT +++ b/sys/config/LINT @@ -3,7 +3,7 @@ # as much of the source tree as it can. # # $FreeBSD: src/sys/i386/conf/LINT,v 1.749.2.144 2003/06/04 17:56:59 sam Exp $ -# $DragonFly: src/sys/config/LINT,v 1.82 2006/06/21 22:25:43 y0netan1 Exp $ +# $DragonFly: src/sys/config/LINT,v 1.83 2006/06/23 17:26:12 eirikn Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -2706,3 +2706,16 @@ options ALTQ_DEBUG #for debugging # you might want to set kernel timer to 1kHz if you use CBQ, # especially with 100baseT #options HZ=1000 + +# SCTP +options SCTP +options SCTP_DEBUG +options SCTP_TCP_MODEL_SUPPORT +options SCTP_USE_ADLER32 +options SCTP_HIGH_SPEED +options SCTP_STAT_LOGGING +options SCTP_CWND_LOGGING +options SCTP_BLK_LOGGING +options SCTP_STR_LOGGING +options SCTP_FR_LOGGING +options SCTP_MAP_LOGGING diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 6013b3917a..777c889669 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -3,7 +3,7 @@ # as much of the source tree as it can. # # $FreeBSD: src/sys/i386/conf/LINT,v 1.749.2.144 2003/06/04 17:56:59 sam Exp $ -# $DragonFly: src/sys/i386/conf/Attic/LINT,v 1.82 2006/06/21 22:25:43 y0netan1 Exp $ +# $DragonFly: src/sys/i386/conf/Attic/LINT,v 1.83 2006/06/23 17:26:12 eirikn Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -2706,3 +2706,16 @@ options ALTQ_DEBUG #for debugging # you might want to set kernel timer to 1kHz if you use CBQ, # especially with 100baseT #options HZ=1000 + +# SCTP +options SCTP +options SCTP_DEBUG +options SCTP_TCP_MODEL_SUPPORT +options SCTP_USE_ADLER32 +options SCTP_HIGH_SPEED +options SCTP_STAT_LOGGING +options SCTP_CWND_LOGGING +options SCTP_BLK_LOGGING +options SCTP_STR_LOGGING +options SCTP_FR_LOGGING +options SCTP_MAP_LOGGING -- 2.41.0