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. master_at_STABLE-2_0_0-639-g13ffc86
Date: Tue, 2 May 2017 03:39:59 -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  13ffc86aeff35ee96b83e6d940a9c241ac4daae0 (commit)
       via  20fed6329734a4b1ede5d24a2f8a2a4cc43cdfb6 (commit)
      from  83d0607acf219f7b39a2bafe1f9e128081967258 (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 13ffc86aeff35ee96b83e6d940a9c241ac4daae0
Author: Dirk Ziegelmeier <address@hidden>
Date:   Tue May 2 09:39:48 2017 +0200

    Start working task #14494: Implement SO_BINDTODEVICE
    Implement binding TCP, UDP and RAW PCBs to a netif

commit 20fed6329734a4b1ede5d24a2f8a2a4cc43cdfb6
Author: Dirk Ziegelmeier <address@hidden>
Date:   Fri Apr 28 13:19:32 2017 +0200

    Add custom pbuf usage example to pbuf_alloced_custom() docs

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

Summary of changes:
 src/core/pbuf.c        |  1 +
 src/core/raw.c         | 58 ++++++++++++++++++++++-------
 src/core/tcp.c         | 20 +++++++++-
 src/core/tcp_in.c      |  6 +++
 src/core/udp.c         | 99 ++++++++++++++++++++++++++++++++------------------
 src/include/lwip/ip.h  |  2 +
 src/include/lwip/raw.h |  1 +
 src/include/lwip/tcp.h |  1 +
 src/include/lwip/udp.h |  1 +
 9 files changed, 139 insertions(+), 50 deletions(-)


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



reply via email to

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