mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-24 15:14:06 +00:00
Update MDNS docs after porting to dual-stack API
This commit is contained in:
parent
39ac8e2c57
commit
af48bec63c
@ -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,
|
The max number of services supported per netif is defined by MDNS_MAX_SERVICES,
|
||||||
default is 1.
|
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 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
|
MDNS with IPv6 requires LWIP_IPV6_MLD = 1, and that a link-local address is
|
||||||
|
Loading…
Reference in New Issue
Block a user