Changed PBUF_POOL_SIZE to not break the sanity checks in init.c

This commit is contained in:
Simon Goldschmidt 2011-09-21 18:52:33 +02:00
parent c662bb3aa3
commit 52aa714af2

View File

@ -141,7 +141,7 @@ a lot of data that needs to be copied, this should be set high. */
/* ---------- Pbuf options ---------- */ /* ---------- Pbuf options ---------- */
/* PBUF_POOL_SIZE: the number of buffers in the pbuf pool. */ /* PBUF_POOL_SIZE: the number of buffers in the pbuf pool. */
#define PBUF_POOL_SIZE 100 #define PBUF_POOL_SIZE 120
/* PBUF_POOL_BUFSIZE: the size of each pbuf in the pbuf pool. */ /* PBUF_POOL_BUFSIZE: the size of each pbuf in the pbuf pool. */
#define PBUF_POOL_BUFSIZE 128 #define PBUF_POOL_BUFSIZE 128