From 0f87cb92b82b183d81175b2f5b58904157c92acb Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Wed, 23 Nov 2016 13:10:16 +0100 Subject: [PATCH] Add note about UDP multicast behavior fix to UPGRADING document --- UPGRADING | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/UPGRADING b/UPGRADING index c42c67d1..d9b9d4ab 100644 --- a/UPGRADING +++ b/UPGRADING @@ -8,7 +8,12 @@ with newer versions. * [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)