lwip/src
Dirk Ziegelmeier c7c6b7ce93 Rework IGMP and MLD6 code to store group info per-netif.
Reasoning:
- Makes code in single-netif case perform better and smaller
- IGMP / MLD6 code is a little bit easier to read and understand
- Easier to get multicast groups per netif when implementing drivers

Downside: In multi-netif mode, there are two more pointers on each netif, even if IGMP/MLD6 is not used on it. But these systems should not be so memory-constrained that this will matter.
2016-09-21 13:33:33 +02:00
..
api Fix compile when UDP is disabled 2016-09-06 12:30:15 +02:00
apps Update comment in MDNS and pbuf.c 2016-09-21 12:37:31 +02:00
core Rework IGMP and MLD6 code to store group info per-netif. 2016-09-21 13:33:33 +02:00
include Rework IGMP and MLD6 code to store group info per-netif. 2016-09-21 13:33:33 +02:00
netif Minor: More documentation updates 2016-08-25 22:23:11 +02:00
Filelists.mk Apply patch #8755: Multicast DNS responder support from Erik Ekman 2016-08-14 15:07:45 +02:00
FILES update some FILES list files 2016-08-03 20:21:54 +02:00