lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [task #7235] Create timeout framework for NO_SYS=1


From: Simon Goldschmidt
Subject: [lwip-devel] [task #7235] Create timeout framework for NO_SYS=1
Date: Tue, 08 Dec 2009 07:50:10 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5

Update of task #7235 (project lwip):

         Planned Release:                    None => 1.4.0                  

    _______________________________________________________

Follow-up Comment #19:

I'm currently inclined to jsut keep with the current implementation of a
linked list of timeouts, as we can us that with NO_SYS=0, too, and
sys_mbox_wait is easier to implement. However, we could introduce periodic
timers to prevent deallocating and directly re-allocating the timeout struct
via memp.

I'd move the timers and timeout functions from tcpip.c and sys.c to a new
file, timers.c. This way, it is better separated from mbox/sem in sys.c.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?7235>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

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