Mistake on this page?
Report an issue in GitHub or email us
Macros
Multicast listener discovery

Macros

#define LWIP_IPV6_MLD   LWIP_IPV6
 LWIP_IPV6_MLD==1: Enable multicast listener discovery protocol. More...
 
#define MEMP_NUM_MLD6_GROUP   4
 MEMP_NUM_MLD6_GROUP: Max number of IPv6 multicast groups that can be joined. More...
 

Detailed Description

Macro Definition Documentation

#define LWIP_IPV6_MLD   LWIP_IPV6

LWIP_IPV6_MLD==1: Enable multicast listener discovery protocol.

If LWIP_IPV6 is enabled but this setting is disabled, the MAC layer must indiscriminately pass all inbound IPv6 multicast traffic to lwIP.

Definition at line 2521 of file opt.h.

#define MEMP_NUM_MLD6_GROUP   4

MEMP_NUM_MLD6_GROUP: Max number of IPv6 multicast groups that can be joined.

There must be enough groups so that each netif can join the solicited-node multicast group for each of its local addresses, plus one for MDNS if applicable, plus any number of groups to be joined on UDP sockets.

Definition at line 2531 of file opt.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.