summaryrefslogtreecommitdiff
path: root/lwip/src/include/lwip/opt.h
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijay@rtems.org>2021-06-14 18:42:56 -0600
committerVijay Kumar Banerjee <vijay@rtems.org>2021-06-14 18:42:56 -0600
commit8934b44c09959ba7e2960626d49450bd5c62a208 (patch)
tree4499f96f745c0142b04dddb666218dbb4dce75a4 /lwip/src/include/lwip/opt.h
parent5ad5279ca879c3cf0faf3141c84067bdf232c3a2 (diff)
lwip: Add bbb and tms570 drivers
+ Add networking01 and telnetd01 tests
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 82c420c..49bd12a 100644
--- a/lwip/src/include/lwip/opt.h
+++ b/lwip/src/include/lwip/opt.h
@@ -923,6 +923,8 @@
#define LWIP_DHCP 0
#endif /* !LWIP_IPV4 */
+#define LWIP_DHCP_TIMEOUT 100
+
/**
* DHCP_DOES_ARP_CHECK==1: Do an ARP check on the offered address.
*/