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. 2e26fc9224b019f5630258c0198cd0148766cb82
Date: Mon, 4 Jul 2016 10:25:28 +0000 (UTC)

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  2e26fc9224b019f5630258c0198cd0148766cb82 (commit)
      from  fd83f4fb22f8c70630c68c46bcd8e7f4385fb36d (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 2e26fc9224b019f5630258c0198cd0148766cb82
Author: Michael Brown <address@hidden>
Date:   Mon Jul 4 12:25:22 2016 +0200

    tcp: Avoid 3-second delay for a half-open connection
    
    If lwIP encounters a half-open connection (e.g. due to a restarted
    application reusing the same port numbers) it will correctly send a
    RST but will not resend the SYN until one retransmission timeout later
    (approximately three seconds).  This can increase the time taken by
    lpxelinux.0 to fetch its configuration file from a few milliseconds to
    around 30 seconds.
    
    Fix by immediately retransmitting the SYN whenever a half-open
    connection is detected.
    
    Signed-off-by: Michael Brown <address@hidden>
    Signed-off-by: goldsimon <address@hidden>

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

Summary of changes:
 src/core/tcp_in.c |    4 ++++
 1 file changed, 4 insertions(+)


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



reply via email to

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