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-676-gc03fef9
Date: Tue, 9 May 2017 10:02:40 -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  c03fef9a3cf030e7dced45b7af1d0d17f2233d42 (commit)
      from  d87b11e8f9c4f9c61eada13cee31955f03236f19 (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 c03fef9a3cf030e7dced45b7af1d0d17f2233d42
Author: Joel Cunningham <address@hidden>
Date:   Wed May 3 23:43:49 2017 -0500

    bug #50837: add zero-window probe timeout
    
    This commit adds a timeout to the zero-window probing (persist timer)
    mechanism. LwIP has not historically had a timeout for the persist
    timer, leading to unbounded blocking if connection drops during the
    zero-window condition
    
    This commit also adds two units test, one to check the RTO timeout
    and a second to check the zero-window probe timeout

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

Summary of changes:
 CHANGELOG                |   3 +
 src/core/tcp.c           |  26 ++++---
 src/core/tcp_in.c        |   4 +-
 src/core/tcp_out.c       |   9 +++
 src/include/lwip/tcp.h   |   2 +
 test/unit/tcp/test_tcp.c | 183 ++++++++++++++++++++++++++++++++++++++++++++++-
 6 files changed, 214 insertions(+), 13 deletions(-)


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



reply via email to

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