Increase MSIZE for RTEMS
Increase the MSIZE for RTEMS to be in line with the latest FreeBSD version. The legacy network stack of RTEMS will provides its own definition. Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
This commit is contained in:
parent
2efb117047
commit
0008601042
@ -99,7 +99,7 @@
|
|||||||
* MCLBYTES must be no larger than PAGE_SIZE.
|
* MCLBYTES must be no larger than PAGE_SIZE.
|
||||||
*/
|
*/
|
||||||
#ifndef MSIZE
|
#ifndef MSIZE
|
||||||
#define MSIZE 128 /* size of an mbuf */
|
#define MSIZE 256 /* size of an mbuf */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef MCLSHIFT
|
#ifndef MCLSHIFT
|
||||||
|
Loading…
Reference in New Issue
Block a user