From 52aa714af21b6a0ec9cad011da3c3cb71b7cf3ea Mon Sep 17 00:00:00 2001 From: Simon Goldschmidt Date: Wed, 21 Sep 2011 18:52:33 +0200 Subject: [PATCH] Changed PBUF_POOL_SIZE to not break the sanity checks in init.c --- ports/win32/include/lwipopts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/win32/include/lwipopts.h b/ports/win32/include/lwipopts.h index 247c16c..82114d7 100644 --- a/ports/win32/include/lwipopts.h +++ b/ports/win32/include/lwipopts.h @@ -141,7 +141,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