Skip to content

Commit 6024e9a

Browse files
Increase LWIP timeouts to avoid MDNS panics (#2653)
Bump up the LWIP_ARP setting to increase the LWIP timeout pool to avoid a panic when using SimpleMDNS and TCP clients. Fixes #2650
1 parent 633faa1 commit 6024e9a

29 files changed

+2
-2
lines changed

include/lwipopts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ extern unsigned long __lwip_rand(void);
3030
#define MEMP_NUM_TCP_SEG (32)
3131
#define MEMP_NUM_ARP_QUEUE (10)
3232
#define PBUF_POOL_SIZE (__LWIP_MEMMULT > 1 ? 32 : 24)
33-
#define LWIP_ARP 5
33+
#define LWIP_ARP 7
3434
#define LWIP_ETHERNET 1
3535
#define LWIP_ICMP 1
3636
#define LWIP_RAW 1

0 commit comments

Comments
 (0)