Disable mbuf chain collapsing - it is currently causing an mbuf leak

This commit is contained in:
kmacy 2007-04-26 08:36:59 +00:00
parent c32653f226
commit 15aa4e7aa9

View File

@ -71,7 +71,7 @@ __FBSDID("$FreeBSD$");
uint32_t collapse_free = 0;
uint32_t mb_free_vec_free = 0;
int collapse_mbufs = 1;
int collapse_mbufs = 0;
#define USE_GTS 0