lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #48568] timeouts does not support late firing properly


From: Sylvain Rochet
Subject: [lwip-devel] [bug #48568] timeouts does not support late firing properly
Date: Wed, 20 Jul 2016 10:09:20 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #1, bug #48568 (project lwip):

This could be fixed by moving to absolute target timers instead of the
currently used delta-diff timers (which I dislike, due to the problem
mentioned below, at least). The main problem is our current support of timers
restart on wake up event for devices that sleep to prevent firing all timers
at once, that's hard to achieve with absolute target timers.

Or maybe we can find a hack about the timeouts_last_time to take into account
the extra period if we are able to detect it.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?48568>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

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