From 256c4b8876e0e6b8b6c36a32c3d5753db46a8e57 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Thu, 19 Sep 2024 16:56:22 +0200 Subject: [PATCH] Increase buffer and memory sizes --- conf/lwipopts.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/lwipopts.h b/conf/lwipopts.h index 928860e..e9f8a90 100644 --- a/conf/lwipopts.h +++ b/conf/lwipopts.h @@ -60,7 +60,7 @@ #define LWIP_HAVE_LOOPIF 1 #define LWIP_NETIF_LOOPBACK 1 -#define LWIP_LOOPBACK_MAX_PBUFS 20 +#define LWIP_LOOPBACK_MAX_PBUFS 64 #define TCP_LISTEN_BACKLOG 1 @@ -118,7 +118,7 @@ /* MEM_SIZE: the size of the heap memory. If the application will send a lot of data that needs to be copied, this should be set high. */ -#define MEM_SIZE 50240 +#define MEM_SIZE 502400 /* MEMP_NUM_PBUF: the number of memp struct pbufs. If the application sends a lot of data out of ROM (or other static memory), this