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-431-g8bf402f
Date: Fri, 10 Mar 2017 02:17:14 -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  8bf402fd678def9396d7f951531e75a239de8a12 (commit)
      from  1b14c2e7b03f7c30e24301eeab7a343d39a257d3 (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 8bf402fd678def9396d7f951531e75a239de8a12
Author: Joel Cunningham <address@hidden>
Date:   Thu Mar 9 16:40:54 2017 -0600

    Fix unit test with assumed congestion avoidance
    
    test_tcp_fast_rexmit_wraparound correctness relied on the congestion
    window being in congestion avoidance so that only a single TCP_MSS
    segment is sent upon ACKing the first segment.
    
    It's not known whether the test was relying tcp_alloc() to set ssthresh
    to 0 and thus start in congestion avoidance or if the test was working by
    accident until changes in b90a54f989d0edafa36b29bb0c346d1b30e1bf8f
    
    This fixes the test by enforcing the requirement of starting in
    congestion avoidance
    
    Signed-off-by: goldsimon <address@hidden>

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

Summary of changes:
 test/unit/tcp/test_tcp.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)


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



reply via email to

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