kern_mbuf.c patch

Andrew Gallatin gallatin at cs.duke.edu
Fri Jan 19 19:25:28 UTC 2007


Randall Stewart writes:
 >  	nmbclusters = 1024 + maxusers * 64;
 > +        nmbjumbop   = 100 + (maxusers * 4);

The limit on page-size jumbos seems far too small.  Since the socket
buffer code now uses page-sized jumbos, I'd expect to see its limit be
the same as nmbclusters.


Drew


More information about the freebsd-net mailing list