diff options
| author | Randall Stewart <rrs@FreeBSD.org> | 2007-07-14 09:36:28 +0000 |
|---|---|---|
| committer | Randall Stewart <rrs@FreeBSD.org> | 2007-07-14 09:36:28 +0000 |
| commit | b54d3a6c48b9608d35248ff39cba565f8bbbfb00 (patch) | |
| tree | 008308315d74a9df2eec618692844a82f1ace245 /sys/conf | |
| parent | 46dd1e6ee739ed7df6e956613c42035d60d78dc5 (diff) | |
Notes
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/files | 1 | ||||
| -rw-r--r-- | sys/conf/options | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 399b339a3c63..8d81bae11172 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1851,6 +1851,7 @@ netinet/raw_ip.c optional inet netinet/sctp_asconf.c optional inet inet6 sctp netinet/sctp_auth.c optional inet inet6 sctp netinet/sctp_bsd_addr.c optional inet inet6 sctp +netinet/sctp_cc_functions.c optional inet inet6 sctp netinet/sctp_crc32.c optional inet inet6 sctp netinet/sctp_indata.c optional inet inet6 sctp netinet/sctp_input.c optional inet inet6 sctp diff --git a/sys/conf/options b/sys/conf/options index 65dadaa94cf3..281c40d2bf27 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -396,7 +396,6 @@ XBONEHACK # SCTP opt_sctp.h SCTP_DEBUG opt_sctp.h # Enable debug printfs -SCTP_HIGH_SPEED opt_sctp.h # Enable Sally Floyds HS TCP CC SCTP_WITH_NO_CSUM opt_sctp.h # Use this at your peril SCTP_LOCK_LOGGING opt_sctp.h # Log to KTR lock activity SCTP_MBUF_LOGGING opt_sctp.h # Log to KTR general mbuf aloc/free |
