Yes, calling dhcp_stop should be enough.  I'm not sure how you would stop
the timer routines, unless you modify the code.  Stopping the timers isn't
really necessary, unless you are really trying to optimize CPU usage.

On 6/17/07, Matthias Weisser <[EMAIL PROTECTED]> wrote:

Hi

I want to stop the DHCP client when in a given period of time (lets say
10s) no IP has been received. Its not (totally) clear to me how to do this.
Is it enough to call dhcp_stop after the given time if the IP is still
0.0.0.0 and also stopping the timer function calls? anything else to be
done?

Matthias



_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to