lwip-devel
[Top][All Lists]
Advanced

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

Re: [lwip-devel] dhcp - sys_timeout - safe thread


From: address@hidden
Subject: Re: [lwip-devel] dhcp - sys_timeout - safe thread
Date: Mon, 19 Sep 2011 19:01:09 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2

Juan Jose Schiavoni wrote:
I need to implement DHCP, and don't have enough RAM to fire a new thread to do the 
call dhcp_coarse_tmr() and dhcp_fine_tmr() in a while 1.
Doing it like this would be invalid as it would violate threading requirements of the lwIP core.
Anyway, when using tcpip_thread, all timers are automatically called, so there should be no reason for you to do this on your own.

Simon

reply via email to

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