fixed bug #38165 (socket with mulicast): ensure igmp membership are dropped when socket (not netconn!) is closed.

This commit is contained in:
sg
2015-02-25 21:30:22 +01:00
parent 612e33c499
commit c8581e4cd9
2 changed files with 116 additions and 2 deletions

View File

@@ -202,6 +202,10 @@ HISTORY
++ Bugfixes:
2015-02-25: Simon Goldschmidt
* sockets.c: fixed bug #38165 (socket with mulicast): ensure igmp membership
are dropped when socket (not netconn!) is closed.
2015-02-25: Simon Goldschmidt
* ip4.h/.c, udp.c: fixed bug #38061 (wrong multicast routing in IPv4) by
adding an optional default netif for multicast routing