summaryrefslogtreecommitdiffstats
path: root/app/lwip/lwipopts.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/lwip/lwipopts.h')
-rw-r--r--app/lwip/lwipopts.h5
1 files changed, 3 insertions, 2 deletions
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 ---------- */