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-1229-gb1b6275
Date: Sun, 4 Feb 2018 14:17:01 -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  b1b62751105d608d57249462d6ac5acbb809dd54 (commit)
       via  fe828634ac84728162daeaab208233bad07cd772 (commit)
      from  dc882801bbab1a5ee6db10c98e9afad074d94059 (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 b1b62751105d608d57249462d6ac5acbb809dd54
Author: goldsimon <address@hidden>
Date:   Sun Feb 4 20:16:53 2018 +0100

    socket/netconn recv: FIN should only be reported once
    
    FIN should only be reported once (as '0' for sockets, as 'ERR_CLSD' for
    netconns). Before this change, ERR_CLSD was returned forever...
    
    This is the 2nd try. First try (commit 
ebcae98ae65c26a0c210c802540bf027d07fe2f1)
    was buggy in that it could drop the FIN if it was read together with data
    (reverted in commit ebcae98ae65c26a0c210c802540bf027d07fe2f1).
    
    This version fixes this by adding an apiflag and a netconn flag to keep
    track of this.

commit fe828634ac84728162daeaab208233bad07cd772
Author: goldsimon <address@hidden>
Date:   Sun Feb 4 20:14:02 2018 +0100

    socket unit test: check receiving FIN together with data works

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

Summary of changes:
 src/api/api_lib.c            | 38 +++++++++++++++++++++++++-------------
 src/api/sockets.c            |  2 +-
 src/include/lwip/api.h       |  4 +++-
 test/unit/api/test_sockets.c | 13 ++++++-------
 4 files changed, 35 insertions(+), 22 deletions(-)


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



reply via email to

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