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: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-514-gca43e64
Date: Mon, 27 Mar 2017 06:23:08 -0400 (EDT)

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  ca43e64d3513f88fa94cc58ebe109c394ce7f492 (commit)
       via  751ee7a5347d06dab0f019cc1e094a810d35cc3f (commit)
       via  cc77b308a494e0ecd9373f6f86de187419a6e10c (commit)
       via  2fa9cd85302c53557417ac13c51fb78966fae466 (commit)
       via  9323ad32115d3b621c3302735645529d6197db9e (commit)
      from  596bddac47abb4edfa3a2d756807d7d2b47328f8 (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 ca43e64d3513f88fa94cc58ebe109c394ce7f492
Author: goldsimon <address@hidden>
Date:   Mon Mar 27 12:23:02 2017 +0200

    minor: fixed typo in doc

commit 751ee7a5347d06dab0f019cc1e094a810d35cc3f
Author: Daniel Elstner <address@hidden>
Date:   Sat Mar 25 16:57:51 2017 +0100

    SNTP: Implement round-trip delay compensation
    
    Introduce a new configuration define SNTP_COMP_ROUNDTRIP to compensate
    for network round-trip delays when setting the system clock from SNTP.
    Note that this feature requires compiler support for 64-bit arithmetic.

commit cc77b308a494e0ecd9373f6f86de187419a6e10c
Author: Daniel Elstner <address@hidden>
Date:   Mon Mar 27 00:04:23 2017 +0200

    SNTP: Unify timestamp extraction from response packet
    
    Avoid piecemeal invocation of pbuf_copy_partial() for each SNTP header
    field. The new code may sometimes copy more than necessary, but the
    complexity is reduced.

commit 2fa9cd85302c53557417ac13c51fb78966fae466
Author: Daniel Elstner <address@hidden>
Date:   Mon Mar 27 00:01:04 2017 +0200

    SNTP: Streamline timestamp handling
    
    Generalize the NTP timestamp conversion arithmetic, and provide hooks
    for using native NTP timestamps when setting or getting the system
    clock time. Convert microseconds to a fraction as needed when getting
    the system time.

commit 9323ad32115d3b621c3302735645529d6197db9e
Author: Daniel Elstner <address@hidden>
Date:   Sat Mar 25 16:18:11 2017 +0100

    arch: Optionally support 64-bit integers

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

Summary of changes:
 src/apps/sntp/sntp.c              | 225 +++++++++++++++++++++++++++-----------
 src/include/lwip/apps/sntp_opts.h |  35 +++++-
 src/include/lwip/arch.h           |   8 ++
 3 files changed, 199 insertions(+), 69 deletions(-)


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



reply via email to

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