lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1133-geaca067
Date: Mon, 8 Jan 2018 01:18:09 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".

The branch, master has been updated
       via  eaca067c7d176cca3e4462663fd772c72f025a55 (commit)
       via  2b4dde84e3797390adc6fe5abd3c28160e3224a3 (commit)
       via  dd3861720f86e68905e951d2a4f4e883e9b63924 (commit)
      from  da2478b76152c780e5fdfcad34af48d4bd199e60 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit eaca067c7d176cca3e4462663fd772c72f025a55
Author: Dirk Ziegelmeier <address@hidden>
Date:   Fri Jan 5 13:45:51 2018 +0100

    Make _cyclic_ timers interval more deterministic - next timeout is 
calculated from last due time instead of relative to current time
    This eliminates the cyclic timer jitter

commit 2b4dde84e3797390adc6fe5abd3c28160e3224a3
Author: Dirk Ziegelmeier <address@hidden>
Date:   Fri Jan 5 11:43:48 2018 +0100

    Apply modified patch #9533: sys_check_timeouts: recalculate the time diff 
after each handler call
    Adapted to new timer implementation

commit dd3861720f86e68905e951d2a4f4e883e9b63924
Author: Dirk Ziegelmeier <address@hidden>
Date:   Fri Jan 5 11:42:14 2018 +0100

    Fix bug #52748: the bug in timeouts.c by reimplementing timer logic to use 
absolute instead of relative timeout values

-----------------------------------------------------------------------

Summary of changes:
 src/core/timeouts.c          |  88 +++++++++++++----------------
 src/include/lwip/timeouts.h  |   1 +
 test/unit/core/test_timers.c | 131 ++++++++++++++++++++++++-------------------
 3 files changed, 114 insertions(+), 106 deletions(-)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

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