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:
Sebastian Huber 2017-05-19 13:04:48 +02:00 committed by Jeff Johnston
parent 2efb117047
commit 0008601042
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@
* MCLBYTES must be no larger than PAGE_SIZE.
*/
#ifndef MSIZE
#define MSIZE 128 /* size of an mbuf */
#define MSIZE 256 /* size of an mbuf */
#endif
#ifndef MCLSHIFT