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. ac4b089b1837a0330bccae20bed43863f969b0a0
Date: Wed, 24 Feb 2016 20:25:01 +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  ac4b089b1837a0330bccae20bed43863f969b0a0 (commit)
       via  005c196ed8d13833688a3245c47b3c6102caca92 (commit)
      from  3b5803ec9aba483278fd5faad74a49f10bb052d8 (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 ac4b089b1837a0330bccae20bed43863f969b0a0
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Feb 24 19:57:20 2016 +0100

    udp.c: Further udp_input simplifications
    - Move local PCB matching code in a function that can be reused in SO_REUSE 
&& SO_REUSE_RXTOALL case.
    - Some checks have been written in the dual-stack version and then repeated 
with the ipv6-only version. Example:
    IPv6 only: ip6_addr_ismulticast(ip6_current_dest_addr())
    IPv4 AND IPv6: ip_addr_ismulticast(ip_current_dest_addr())

commit 005c196ed8d13833688a3245c47b3c6102caca92
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Feb 24 19:13:30 2016 +0100

    udp.c: Simplify and cleanup input PCB matching

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

Summary of changes:
 src/core/udp.c |  187 ++++++++++++++++++++++----------------------------------
 1 files changed, 74 insertions(+), 113 deletions(-)


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



reply via email to

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