From: Jin-Seong Kim Date: Mon, 27 Mar 2017 07:18:59 +0000 (+0900) Subject: net/lwip: add comments on DHCP/DHCPS X-Git-Tag: 1.1_Public_Release~614^2~197 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b495392897d535fd96e17626e172c7a89a124cd7;p=rtos%2Ftinyara.git net/lwip: add comments on DHCP/DHCPS This commit is including added comments about DHCP client and server and disabled LWIP_DHCP definition for explicit directions on lwIP - user can configure lwIP feature set via lwipopts.h - DHCP client and server are supported by netutils in this platform Change-Id: I9051246f38a70a741236969454adb315d8aed77a Signed-off-by: Jin-Seong Kim --- diff --git a/os/include/net/lwip/lwipopts.h b/os/include/net/lwip/lwipopts.h old mode 100644 new mode 100755 index f7ff27e..9692493 --- a/os/include/net/lwip/lwipopts.h +++ b/os/include/net/lwip/lwipopts.h @@ -265,9 +265,18 @@ #define UDP_TTL 255 #define LWIP_UDP_TODO 1 -#define LWIP_DHCPS 0 /* ---------- UDP options ---------- */ +/* ---------- DHCP options ---------- */ + +/* + * Note + * In this platform, DHCP client and server are supported through netutils + * Instead of using lwIP DHCP, please use netutils dhcpc and dhcpd + */ +#define LWIP_DHCPS 0 +#define LWIP_DHCP 0 +/* ---------- DHCP options ---------- */ /* ---------- SNMP options ---------- */ #ifdef CONFIG_NET_LWIP_SNMP