summaryrefslogtreecommitdiff
path: root/lwip/src/include/lwip/opt.h
diff options
context:
space:
mode:
Diffstat (limited to 'lwip/src/include/lwip/opt.h')
-rw-r--r--lwip/src/include/lwip/opt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lwip/src/include/lwip/opt.h b/lwip/src/include/lwip/opt.h
index 82c420c..b19922f 100644
--- a/lwip/src/include/lwip/opt.h
+++ b/lwip/src/include/lwip/opt.h
@@ -923,6 +923,10 @@
#define LWIP_DHCP 0
#endif /* !LWIP_IPV4 */
+#ifndef LWIP_DHCP_TIMEOUT
+#define LWIP_DHCP_TIMEOUT 100
+#endif
+
/**
* DHCP_DOES_ARP_CHECK==1: Do an ARP check on the offered address.
*/