summaryrefslogtreecommitdiff
path: root/lwip/src/include/lwip/opt.h
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijay@rtems.org>2021-07-06 12:49:31 -0600
committerVijay Kumar Banerjee <vijay@rtems.org>2021-07-06 12:49:31 -0600
commitfbe7ebd1ac39cdc25c331ede84cc5a45f8c56753 (patch)
treee3053ddfcf928aedab8826650d698a10fc03b19e /lwip/src/include/lwip/opt.h
parent8934b44c09959ba7e2960626d49450bd5c62a208 (diff)
lwip/src: Add rtems compatibilitydevel
Diffstat (limited to 'lwip/src/include/lwip/opt.h')
-rw-r--r--lwip/src/include/lwip/opt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lwip/src/include/lwip/opt.h b/lwip/src/include/lwip/opt.h
index 49bd12a..b19922f 100644
--- a/lwip/src/include/lwip/opt.h
+++ b/lwip/src/include/lwip/opt.h
@@ -923,7 +923,9 @@
#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.