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-392-g3feb748
Date: Thu, 2 Mar 2017 16:32:50 -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  3feb748fee2f591856f68fb893713a32cc3ab652 (commit)
       via  5c3bb19923638b216f229e837657e3506d34df63 (commit)
      from  593b211d1be83e7f1e54ec9b16372f2d7cb5b06a (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 3feb748fee2f591856f68fb893713a32cc3ab652
Author: goldsimon <address@hidden>
Date:   Thu Mar 2 20:47:02 2017 +0100

    Simplify lwip_accept() and lwip_ioctl() by relying on nonblocking netconn 
functions instead of sock->rcvevent

commit 5c3bb19923638b216f229e837657e3506d34df63
Author: goldsimon <address@hidden>
Date:   Thu Mar 2 20:38:11 2017 +0100

    added nonblocking accept/recv to netconn API (task #14396) (also added 
netconn_recv_udp_raw_netbuf_flags() and netconn_recv_tcp_pbuf_flags() to pass 
socket-like flags to nonblock for one call only)

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

Summary of changes:
 CHANGELOG              |   3 ++
 src/api/api_lib.c      | 110 ++++++++++++++++++++++++++++++++++++++++---------
 src/api/sockets.c      |  25 +++--------
 src/include/lwip/api.h |   2 +
 4 files changed, 101 insertions(+), 39 deletions(-)


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



reply via email to

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