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-1230-g030ffde
Date: Mon, 5 Feb 2018 15:01:47 -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  030ffdee82e915065ac1ceb949d443fd15626fe9 (commit)
      from  b1b62751105d608d57249462d6ac5acbb809dd54 (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 030ffdee82e915065ac1ceb949d443fd15626fe9
Author: Joel Cunningham <address@hidden>
Date:   Mon Feb 5 13:50:16 2018 -0600

    sockets: remove ERR_CLSD case after data receive
    
    With the changes introduced in b1b62751105d608d57249462d6ac5acbb809dd54
    it's no longer possible to get ERR_CLSD from netconn_recv_tcp_pbuf_flags
    after we've received data because of the NETCONN_NOFIN flag, so remove
    handling for this case. Further the NETCONN_EVT_RCVPLUS stays active in
    netconn_recv_data_tcp when the NETCONN_NOFIN flag is used

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

Summary of changes:
 src/api/sockets.c | 8 --------
 1 file changed, 8 deletions(-)


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



reply via email to

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