8000 Increase number of LWIP timers for MDNS · rbrian/circuitpython@fd1c3ca · GitHub
[go: up one dir, main page]

Skip to content

Commit fd1c3ca

Browse files
committed
Increase number of LWIP timers for MDNS
1 parent 1af2b6a commit fd1c3ca

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)
0