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: Joel Cunningham
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 8ac1b4825af1439601962d277c65e61bdc3929d4
Date: Mon, 18 Apr 2016 20:41:03 +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  8ac1b4825af1439601962d277c65e61bdc3929d4 (commit)
      from  87354abf0fb833e342cf34df27f8156244f758f5 (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 8ac1b4825af1439601962d277c65e61bdc3929d4
Author: Joel Cunningham <address@hidden>
Date:   Thu Mar 17 14:38:14 2016 -0500

    udp: use netif addr as src for multicast sockets
    
    Sockets bound to a multicast address could not transmit multicast
    packets because the pcb local address did not match the netif address
    even if the outgoing netif was resolved correctly.
    
    To correct the issue, pcbs with a multicast local address will use
    the outgoing netif address as the source address in IPv4.

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

Summary of changes:
 src/core/udp.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


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



reply via email to

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