lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [bug #49662] UDP layer should filter incoming multicast dat


From: Dirk Ziegelmeier
Subject: [lwip-devel] [bug #49662] UDP layer should filter incoming multicast datagrams against the bound IP address
Date: Wed, 23 Nov 2016 12:04:09 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0

Update of bug #49662 (project lwip):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

Fixed in udp_input_local_match(). After some socket API reading, it seems this
behavior is what the socket API does.

This may break existing applications - it is now NOT possible to receive
multicasts just from a specific netif any more.

Users get the multicasts of all netifs now, and have to compare
ip_current_netif() with the desired netif.

The current behavior was added in 2007, but it does not make much sense,
because this can be solved otherwise, as described above.

lwip-developers: Is this change OK? Please comment.


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?49662>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

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