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-556-g6fe6677
Date: Fri, 31 Mar 2017 13:06:50 -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  6fe66771cb2f826b4ef17799fe889824bca2efd9 (commit)
       via  648b2b6f2bb864b5f5d60d333d634e63eed4f526 (commit)
       via  34c9e30225d30c499ad5a793151af4577f0b48a6 (commit)
      from  6559ffd848b011d1237a25ef7954bd014e2a7c6b (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 6fe66771cb2f826b4ef17799fe889824bca2efd9
Author: Joel Cunningham <address@hidden>
Date:   Thu Mar 23 16:57:40 2017 -0500

    test_tcp: de-duplicate test IP addresses, netmask, and ports
    
    This creates a single version of test IP addresses, netmasks, and ports.
    All tests were using the same values, but duplicated in each test
    
    This also adds const to some functions so we can use a const version
    of addresses

commit 648b2b6f2bb864b5f5d60d333d634e63eed4f526
Author: Joel Cunningham <address@hidden>
Date:   Thu Mar 23 14:30:28 2017 -0500

    test_tcp: remove unnecessary memsets
    
    test_tcp_init_netif() memsets both netif and txcounters, so no need to 
manually do it

commit 34c9e30225d30c499ad5a793151af4577f0b48a6
Author: Joel Cunningham <address@hidden>
Date:   Thu Mar 23 13:10:31 2017 -0500

    test_tcp: de-duplicate seqno checking defines
    
    This commit moves common defines and senqo array so they can be
    re-used in mulptiple places for sequence number checking rather
    than duplicated
    
    Currently they are used in two places, but I'm anticipating needing
    them in future TCP unit tests

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

Summary of changes:
 test/unit/tcp/tcp_helper.c   | 10 +++--
 test/unit/tcp/tcp_helper.h   | 12 ++++--
 test/unit/tcp/test_tcp.c     | 88 ++++++++++++--------------------------------
 test/unit/tcp/test_tcp_oos.c | 70 +++++++----------------------------
 4 files changed, 54 insertions(+), 126 deletions(-)


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



reply via email to

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