--- src/sys/kern/uipc_mbuf.c 2004/06/04 01:46:47 1.18 +++ src/sys/kern/uipc_mbuf.c 2004/06/06 11:49:54 1.19 @@ -628,7 +628,7 @@ m_getclr(int how, int type) */ static struct mbuf *mcl_pool; static int mcl_pool_now; -static int mcl_pool_max = 0; +static int mcl_pool_max = 10; SYSCTL_INT(_kern_ipc, OID_AUTO, mcl_pool_max, CTLFLAG_RW, &mcl_pool_max, 0, "Maximum number of mbufs+cluster in free list");