CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/03 08:17:37
Modified files:
sys/kern : uipc_mbuf.c
Log message:
Limit all mbuf cluster pools to the same memory size. Having limits
by number would allow the large clusters using too much memory.
Set size of mclsizes array explicitly to keep it in sync with
mclpools.
OK claudio@
