Add missing configuration for DEFAULT_ACCEPTMBOX_SIZE (fix #12509)

Signed-off-by: Paul Guyot <pguyot@kallisys.net>
This commit is contained in:
Paul Guyot
2023-11-02 07:47:16 +01:00
committed by Abhik Roy
parent b4865acd90
commit 336c0946fa
4 changed files with 17 additions and 1 deletions

View File

@@ -849,7 +849,7 @@ static inline uint32_t timeout_from_offered(uint32_t lease, uint32_t min)
* The queue size value itself is platform-dependent, but is passed to
* sys_mbox_new() when the acceptmbox is created.
*/
#define DEFAULT_ACCEPTMBOX_SIZE 6
#define DEFAULT_ACCEPTMBOX_SIZE CONFIG_LWIP_ACCEPTMBOX_SIZE
/**
* DEFAULT_THREAD_STACKSIZE: The stack size used by any other lwIP thread.