Disable (temporary) the thread based interator. It does not work with vnet.
Approved by: rrs (mentor)
This commit is contained in:
parent
d91facc53d
commit
b4f7d47afa
@ -87,7 +87,10 @@ __FBSDID("$FreeBSD$");
|
||||
/* #define SCTP_AUDITING_ENABLED 1 used for debug/auditing */
|
||||
#define SCTP_AUDIT_SIZE 256
|
||||
|
||||
/* temporary disabled since it does not work with VNET. */
|
||||
#if 0
|
||||
#define SCTP_USE_THREAD_BASED_ITERATOR 1
|
||||
#endif
|
||||
|
||||
#define SCTP_KTRHEAD_NAME "sctp_iterator"
|
||||
#define SCTP_KTHREAD_PAGES 2
|
||||
|
Loading…
Reference in New Issue
Block a user