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. 953b7bdd59eb309645f385eabe3311523037eb89
Date: Wed, 24 Feb 2016 21:39:27 +0000

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  953b7bdd59eb309645f385eabe3311523037eb89 (commit)
      from  1dde3d6e562cb3acc5a987fea02e0ff79d8adacf (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 953b7bdd59eb309645f385eabe3311523037eb89
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Feb 24 22:33:05 2016 +0100

    Implement UDP dual-stack PCB support
    Create special IP address type "IPADDR_TYPE_ANY" for it.
    SNMP uses new feature in non-netconn mode.
    
    TODO: Same for TCP & RAW, adapt NETCONN to use this feature

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

Summary of changes:
 src/apps/snmp/snmp_raw.c   |    7 +++++--
 src/core/init.c            |    4 ++++
 src/core/raw.c             |    4 ++--
 src/core/tcp.c             |    4 ++--
 src/core/udp.c             |   35 ++++++++++++++++++++++-------------
 src/include/lwip/ip_addr.h |   36 +++++++++++++++++++++++++-----------
 src/include/lwip/udp.h     |    5 +----
 src/netif/ppp/pppol2tp.c   |    2 +-
 8 files changed, 62 insertions(+), 35 deletions(-)


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



reply via email to

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