Update MDNS docs after porting to dual-stack API

This commit is contained in:
Dirk Ziegelmeier 2016-08-14 17:12:01 +02:00
parent 39ac8e2c57
commit af48bec63c

View File

@ -22,7 +22,7 @@ in lwipopts.h and add src/apps/mdns/mdns.c to your list of files to build.
The max number of services supported per netif is defined by MDNS_MAX_SERVICES,
default is 1.
Increase MEMP_NUM_UDP_PCB. MDNS needs one PCB for IPv4 and one for IPv6.
Increase MEMP_NUM_UDP_PCB. MDNS needs one PCB.
MDNS with IPv4 requires LWIP_IGMP = 1, and preferably LWIP_AUTOIP = 1.
MDNS with IPv6 requires LWIP_IPV6_MLD = 1, and that a link-local address is