HAL_ChibiOS: enable SO_REUSEADDR

This commit is contained in:
Andrew Tridgell 2023-11-28 09:53:11 +11:00
parent 0659ab8ef4
commit f471732aad
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@
#define MEMP_NUM_TCP_PCB 10 #define MEMP_NUM_TCP_PCB 10
#define MEM_LIBC_MALLOC 1 #define MEM_LIBC_MALLOC 1
#define MEMP_MEM_MALLOC 1 #define MEMP_MEM_MALLOC 1
#define SO_REUSE 1
#define SO_REUSE_RXTOALL 1
#define DHCP_DEBUG LWIP_DBG_ON #define DHCP_DEBUG LWIP_DBG_ON
#ifndef LWIP_IPV6 #ifndef LWIP_IPV6