Unverified Commit ebe5bfbc authored by Earle F. Philhower, III's avatar Earle F. Philhower, III Committed by GitHub

Increase UDP PCBs to avoid DNS OOM error (#1304)

Fixes #1285 (or at least works well enough for now)
parent d67930ee
......@@ -56,6 +56,9 @@ extern unsigned long get_rand_32(void);
#define DHCP_DOES_ARP_CHECK 0
#define LWIP_DHCP_DOES_ACD_CHECK 0
// See #1285
#define MEMP_NUM_UDP_PCB 6
#if LWIP_IPV6
#define LWIP_IPV6_DHCP6 1
#endif
......
No preview for this file type
......@@ -56,6 +56,9 @@ extern unsigned long get_rand_32(void);
#define DHCP_DOES_ARP_CHECK 0
#define LWIP_DHCP_DOES_ACD_CHECK 0
// See #1285
#define MEMP_NUM_UDP_PCB 6
#if LWIP_IPV6
#define LWIP_IPV6_DHCP6 1
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment