X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..0b4e3aa066abc0728aacb4bbeb86f53f9737156e:/bsd/i386/param.h diff --git a/bsd/i386/param.h b/bsd/i386/param.h index 80626b0ff..32ead8a3e 100644 --- a/bsd/i386/param.h +++ b/bsd/i386/param.h @@ -95,7 +95,7 @@ * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple * of the hardware page size. */ -#define MSIZE 128 /* size of an mbuf */ +#define MSIZE 256 /* size of an mbuf */ #define MCLBYTES 2048 /* large enough for ether MTU */ #define MCLSHIFT 11 #define MCLOFSET (MCLBYTES - 1)