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: Mon, 26 Nov 2007 11:34:33 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9

Follow-up Comment #14, task #7235 (project lwip):

Oh, and something about the implementation of nosys_timers:

when a timer elapsed, you do the following:

t.timer -= t.timer_interval;

I suppose you do it like that to minimize timer jitter. However, it might be
better to set t.timer to zero (or at least have an upper limit for t.timer
after it is substracted) to prevent timers of taking too much processor
time...?

Also, I'm not sure the wraparound check really works like that ...?

    _______________________________________________________

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]