|
@@ -88,8 +88,8 @@ 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 15
|
|
|
-#define PBUF_POOL_SIZE 25
|
|
|
+#define PBUF_POOL_SIZE 15
|
|
|
+//#define PBUF_POOL_SIZE 25
|
|
|
//#define PBUF_POOL_SIZE 18
|
|
|
|
|
|
/* PBUF_POOL_BUFSIZE: the size of each pbuf in the pbuf pool. */
|