Skip to content

Commit b6ca7c7

Browse files
committed
Increase number of LWIP timers for MDNS
1 parent 790fbb7 commit b6ca7c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/raspberrypi/lwip_inc/lwipopts.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
#define LWIP_NUM_NETIF_CLIENT_DATA 1
6161
#define LWIP_NETIF_EXT_STATUS_CALLBACK 1
6262
#define MDNS_MAX_SECONDARY_HOSTNAMES 1
63+
#define MEMP_NUM_SYS_TIMEOUT (8 + 3 * (LWIP_IPV4 + LWIP_IPV6))
6364
#endif
6465

6566
#ifndef NDEBUG

0 commit comments

Comments
 (0)