lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Stop DHCP client


From: Thomas Taranowski
Subject: Re: [lwip-users] Stop DHCP client
Date: Mon, 18 Jun 2007 18:57:36 -0700

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 <address@hidden> 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
address@hidden
http://lists.nongnu.org/mailman/listinfo/lwip-users


reply via email to

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