summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_constants.h
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2011-02-03 10:05:30 +0000
committerrrs <rrs@FreeBSD.org>2011-02-03 10:05:30 +0000
commit11926ca84d4e893ce66f67b945840ccb9540a3cb (patch)
treef375c5a4b89f181396c6ef9e9820df7334aca5ec /sys/netinet/sctp_constants.h
parentaef7d099b3942ac43f7510d624d873ae4a76a5c2 (diff)
downloadFreeBSD-src-11926ca84d4e893ce66f67b945840ccb9540a3cb.zip
FreeBSD-src-11926ca84d4e893ce66f67b945840ccb9540a3cb.tar.gz
Adds an experimental option to create a pool of
threads. These serve as input threads and are queued packets based on the V-tag number. This is similar to what a modern card can do with queue's for TCP... but alas modern cards know nothing about SCTP. MFC after: 3 months (maybe)
Diffstat (limited to 'sys/netinet/sctp_constants.h')
-rw-r--r--sys/netinet/sctp_constants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet/sctp_constants.h b/sys/netinet/sctp_constants.h
index 02468da..e9e5080 100644
--- a/sys/netinet/sctp_constants.h
+++ b/sys/netinet/sctp_constants.h
@@ -91,6 +91,8 @@ __FBSDID("$FreeBSD$");
#define SCTP_KTRHEAD_NAME "sctp_iterator"
#define SCTP_KTHREAD_PAGES 0
+#define SCTP_MCORE_NAME "sctp_core_worker"
+
/* If you support Multi-VRF how big to
* make the initial array of VRF's to.
OpenPOWER on IntegriCloud