HAL_ChibiOS: defaults to 50 socket limit
makes for more useful web server
This commit is contained in:
parent
11ea2cf5c1
commit
436c60c7de
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user