Skip to content

Commit

Permalink
AP_Networking: enable Socket IP reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
magicrub committed May 28, 2024
1 parent 1d810bf commit e4ec91f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/AP_Networking/config/lwipopts.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ extern "C"

#define NO_SYS 0
#define LWIP_SOCKET (NO_SYS==0)
#define SO_REUSE 1
#define LWIP_NETCONN (NO_SYS==0)
#define LWIP_NETIF_API (NO_SYS==0)

Expand Down

0 comments on commit e4ec91f

Please sign in to comment.