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-1048-g8c6884b
Date: Fri, 17 Nov 2017 16:05:04 -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  8c6884b2db37a8344a8fb93c858588912085f687 (commit)
      from  0853d1e7d10838d2720190c48190bed4b0a2cd33 (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 8c6884b2db37a8344a8fb93c858588912085f687
Author: goldsimon <address@hidden>
Date:   Fri Nov 17 22:04:52 2017 +0100

    tcp_close_shutdown: always deallocate the pcb if there is unread data on 
close (see bug #52403)
    
    We preserved the TIME_WAIT handling before, but it seems this is not 
correct: we want to issue
    a RST later again if someone wants to talk to this port. With TIME_WAIT, 
this might not always
    the case.

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

Summary of changes:
 src/core/tcp.c | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)


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



reply via email to

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