Disable mbuf chain collapsing - it is currently causing an mbuf leak
This commit is contained in:
parent
17afe8befe
commit
ea5143feaf
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user