mirror of https://github.com/ArduPilot/ardupilot
HAL_ChibiOS: enable SO_REUSEADDR
This commit is contained in:
parent
0659ab8ef4
commit
f471732aad
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue