HAL_ChibiOS: defaults to 50 socket limit

makes for more useful web server
This commit is contained in:
Andrew Tridgell 2023-12-06 07:26:24 +11:00
parent 11ea2cf5c1
commit 436c60c7de

View File

@ -57,8 +57,8 @@
#define LWIP_STATS_DISPLAY 1
#define ETHARP_STATS 1
#define LWIP_IGMP 1
#define MEMP_NUM_NETCONN 10 // up to 10 sockets
#define MEMP_NUM_TCP_PCB 10
#define MEMP_NUM_NETCONN 50 // up to 50 sockets
#define MEMP_NUM_TCP_PCB 50
#define MEM_LIBC_MALLOC 1
#define MEMP_MEM_MALLOC 1
#define SO_REUSE 1