unixsim: change lwipopts.h to not break init.c sanity checks

This commit is contained in:
Simon Goldschmidt 2012-02-23 18:57:04 +01:00
parent ae3ba92f3f
commit cc786efa73
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ a lot of data that needs to be copied, this should be set high. */
/* ---------- Pbuf options ---------- */
/* 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. */
#define PBUF_POOL_BUFSIZE 128