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: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 180ba72a068355eaaf253b5615f08e11b0772e2f
Date: Thu, 17 Nov 2016 07:51:18 +0000 (UTC)

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  180ba72a068355eaaf253b5615f08e11b0772e2f (commit)
       via  792224ead0fd3198b50fc6ff39f61b8d7608bb83 (commit)
      from  e8e853f2cbd1e6cf64329b92c07de7dbb58a9e1b (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 180ba72a068355eaaf253b5615f08e11b0772e2f
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Nov 17 08:51:07 2016 +0100

    Dual-stack: Use IPv6 mapped IPv4 addresses in receive() and getaddr() only 
in socket API, not in netconn API.
    It is better to present correct IP types in netconn API.
    Netconn API now accepts IPv6 mapped IPv4 addresses as well as IPv6 and IPv4 
in send(), bind() and connect(), but does NOT map IPv4 to IPv6 mapped IPv4 in 
getaddr() and receive() functions.

commit 792224ead0fd3198b50fc6ff39f61b8d7608bb83
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Nov 17 08:48:55 2016 +0100

    Try to fix compile error with clang (found by Erik's Travis-CI)

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

Summary of changes:
 src/api/api_lib.c |   20 +-------------------
 src/api/api_msg.c |    6 ++++--
 src/api/sockets.c |   18 ++++++++++++++++++
 3 files changed, 23 insertions(+), 21 deletions(-)


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



reply via email to

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