From 3d48137c00511b3f2d35511482d1a76f8d06382d Mon Sep 17 00:00:00 2001 From: root Date: Fri, 26 Feb 2021 12:12:38 +0000 Subject: works --- app/lwip/lwipopts.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app/lwip') diff --git a/app/lwip/lwipopts.h b/app/lwip/lwipopts.h index 3358cad..c590df9 100644 --- a/app/lwip/lwipopts.h +++ b/app/lwip/lwipopts.h @@ -86,7 +86,7 @@ a lot of data that needs to be copied, this should be set high. */ #define MEMP_NUM_TCP_SEG 12 /* MEMP_NUM_SYS_TIMEOUT: the number of simulateously active timeouts. */ -#define MEMP_NUM_SYS_TIMEOUT 3 +#define MEMP_NUM_SYS_TIMEOUT 4 #define PBUF_POOL_FREE_OOSEQ 0 @@ -130,8 +130,9 @@ a lot of data that needs to be copied, this should be set high. */ /* Define LWIP_DHCP to 1 if you want DHCP configuration of interfaces. DHCP is not implemented in lwIP 0.5.1, however, so turning this on does currently not work. */ -#define LWIP_DHCP 0 +#define LWIP_DHCP 1 #define LWIP_AUTOIP 0 +#define LWIP_DHCP_BOOTP_FILE 0 /* ---------- UDP options ---------- */ -- cgit v1.2.3