mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 21:48:28 -04:00
HAL_ChibiOS: adjust buffer sizes
this fixes issues with TCP accepts being lost in web server
This commit is contained in:
parent
8f2911d0e2
commit
28885dca4c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user