Author: tuexen Date: Fri Nov 27 17:25:19 2009 New Revision: 199866 URL: http://svn.freebsd.org/changeset/base/199866
Log: Use the default stack size for the iterator thread. This fixes a crash reported by Irene Ruengeler. Approved by: rrs (mentor) MFC after: 1 month Modified: head/sys/netinet/sctp_constants.h Modified: head/sys/netinet/sctp_constants.h ============================================================================== --- head/sys/netinet/sctp_constants.h Fri Nov 27 13:38:59 2009 (r199865) +++ head/sys/netinet/sctp_constants.h Fri Nov 27 17:25:19 2009 (r199866) @@ -93,7 +93,7 @@ __FBSDID("$FreeBSD$"); #endif #define SCTP_KTRHEAD_NAME "sctp_iterator" -#define SCTP_KTHREAD_PAGES 2 +#define SCTP_KTHREAD_PAGES 0 /* If you support Multi-VRF how big to _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"