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