lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] LWIP_1.4.1 DHCP not working.


From: Sergio R. Caprile
Subject: Re: [lwip-users] LWIP_1.4.1 DHCP not working.
Date: Fri, 1 Sep 2017 10:01:52 -0300
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

I don't know in the API you are using, nor with NO_SYS != 1, but with RAW API and NO_SYS=1, in 1.4.1, I don't set the netif up, DHCP does, and I have to check for (netif->dhcp->state == DHCP_BOUND) before using the netif. In 2.0+ yes, the "up" is administrative and you set the ifc up before starting DHCHP. (However, this might not be relevant, what IMHO is important is to wait for DHCP to say "supper's ready").



reply via email to

[Prev in Thread] Current Thread [Next in Thread]