mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-18 20:10:53 +00:00
Add note about UDP multicast behavior fix to UPGRADING document
This commit is contained in:
parent
09547832ba
commit
0f87cb92b8
@ -8,7 +8,12 @@ with newer versions.
|
|||||||
|
|
||||||
* [Enter new changes just after this line - do not remove this line]
|
* [Enter new changes just after this line - do not remove this line]
|
||||||
|
|
||||||
* TODO
|
++ Application changes:
|
||||||
|
|
||||||
|
* UDP does NOT receive multicast traffic from ALL netifs on an UDP PCB bound to a specific
|
||||||
|
netif any more. Users need to bind to IP_ADDR_ANY to receive multicast traffic and compare
|
||||||
|
ip_current_netif() to the desired netif for every packet.
|
||||||
|
See bug #49662 for an explanation.
|
||||||
|
|
||||||
(2.0.0)
|
(2.0.0)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user