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. 09547832ba683f07364d9526e080479286494c36
Date: Wed, 23 Nov 2016 12:04:03 +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  09547832ba683f07364d9526e080479286494c36 (commit)
      from  8c3c96baf7b744163d0fe9bc211036fefc3805a5 (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 09547832ba683f07364d9526e080479286494c36
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Nov 23 12:46:35 2016 +0100

    Fix bug #49662: UDP layer should filter incoming multicast datagrams 
against the bound IP address
    Change lwIP UDP API to match socket behavior. Multicast traffic is now only 
received on a UDP PCB (and therefore on a UDP socket/netconn) when the PCB is 
bound to IP_ADDR_ANY.

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

Summary of changes:
 src/core/udp.c |   11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)


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



reply via email to

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