UbixOS V2  2.0
Options

Macros

#define LWIP_MDNS_RESPONDER   0
 
#define MDNS_DEBUG   LWIP_DBG_OFF
 
#define MDNS_MAX_SERVICES   1
 

Detailed Description

Macro Definition Documentation

◆ LWIP_MDNS_RESPONDER

#define LWIP_MDNS_RESPONDER   0

LWIP_MDNS_RESPONDER==1: Turn on multicast DNS module. UDP must be available for MDNS transport. IGMP is needed for IPv4 multicast.

Definition at line 54 of file mdns_opts.h.

◆ MDNS_DEBUG

#define MDNS_DEBUG   LWIP_DBG_OFF

MDNS_DEBUG: Enable debugging for multicast DNS.

Definition at line 66 of file mdns_opts.h.

◆ MDNS_MAX_SERVICES

#define MDNS_MAX_SERVICES   1

The maximum number of services per netif

Definition at line 59 of file mdns_opts.h.