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: Joel Cunningham
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1340-gb1258bf
Date: Sat, 3 Mar 2018 18:47:28 -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  b1258bf8e64d1bd71bbcbd33af0e5da2262e5a78 (commit)
      from  91038e497907b6910e9d91b3e1e87199219b4453 (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 b1258bf8e64d1bd71bbcbd33af0e5da2262e5a78
Author: Joel Cunningham <address@hidden>
Date:   Sat Mar 3 17:43:23 2018 -0600

    unit: speed up test_pbuf_queueing_bigger_than_64k
    
    Speed up test_pbuf_queueing_bigger_than_64k by using memcmp rather than
    a byte by byte comparision. This allows using word aligned compares
    within the memcmp implementation
    
    This fixes a unit test timeout on my Windows 10 box with WSL which was
    taking longer than 4 seconds for the unix port unit test to complete
    
    See failure details in https://savannah.nongnu.org/patch/index.php?9579

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

Summary of changes:
 test/unit/core/test_pbuf.c | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)


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



reply via email to

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