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-617-g2f117ad
Date: Tue, 25 Apr 2017 10:45:44 -0400 (EDT)

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  2f117add7a8af07e483e1ee18af559f3e4e0d389 (commit)
      from  ca961b9bc26cc9823ea464ab66ed468684b824b6 (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 2f117add7a8af07e483e1ee18af559f3e4e0d389
Author: Joel Cunningham <address@hidden>
Date:   Tue Apr 25 09:40:04 2017 -0500

    sockets: task #14247, add CMSG and IP_PKTINFO
    
    This commit adds CMSG infrastructure (currently used with recvmsg) and
    the IP_PKTINFO socket option.
    
    In order to use IP_PKTINFO, set LWIP_NETBUF_RECVINFO to 1
    
    Unit test is added to verify this feature

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

Summary of changes:
 src/api/api_msg.c            | 10 +++--
 src/api/sockets.c            | 85 ++++++++++++++++++++++++++++++++++-------
 src/include/lwip/api.h       |  4 ++
 src/include/lwip/netbuf.h    |  2 -
 src/include/lwip/sockets.h   | 44 +++++++++++++++++++++
 test/unit/api/test_sockets.c | 91 ++++++++++++++++++++++++++++++++++++++++++++
 test/unit/lwipopts.h         |  1 +
 7 files changed, 217 insertions(+), 20 deletions(-)


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



reply via email to

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