HAL_ChibiOS: adjust buffer sizes

this fixes issues with TCP accepts being lost in web server
This commit is contained in:
Andrew Tridgell 2023-12-07 18:54:50 +11:00
parent 8f2911d0e2
commit 28885dca4c

View File

@ -62,6 +62,8 @@
#define MEMP_MEM_MALLOC 1
#define SO_REUSE 1
#define SO_REUSE_RXTOALL 1
#define DEFAULT_ACCEPTMBOX_SIZE 20
#define MEMP_NUM_PBUF 64
/*
map LWIP debugging onto ap_networking_printf to allow for easier