lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Problems with a HTTP server - etharp.c - v2.1.2


From: stevestrong
Subject: Re: [lwip-users] Problems with a HTTP server - etharp.c - v2.1.2
Date: Thu, 3 Jan 2019 09:51:35 -0700 (MST)

I think I've found the root cause:
It is  line 1371 in dhcp.c
<https://github.com/yarrick/lwip/blame/164210ab732f944717b9279df3841c4852669bf1/src/core/ipv4/dhcp.c#L1371>
  
which clears the IP address in the function dhcp_release_and_stop().

As soon as I comment out his line, the board can be reached under the IP
address assigned by DHCP, and the HTTP server works.
What is the original issue this line is supposed to solve?

Please, can any developer comment on this?




--
Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html



reply via email to

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