Embedded TCP/IP stack
4.7.0
|
Initialization parameters for the fnet_mdns_init() function. More...
Data Fields | |
fnet_netif_desc_t | netif_desc |
Network interface descriptor to be used by the mDNS server. More... | |
fnet_address_family_t | addr_family |
Address family (IPv6 or IPv4 or both) the server will listen for MDNS query (it is optional). Default value is defined by AF_SUPPORTED. More... | |
fnet_uint32_t | rr_ttl |
TTL value that indicates for how many seconds mDNS resource record is valid for mDNS querier, in seconds (it is optional). Default value is defined by FNET_CFG_MDNS_RR_TTL. More... | |
const fnet_char_t * | name |
Name used as a host-name and service-names, advertised by the MDNS server. More... | |
Initialization parameters for the fnet_mdns_init() function.
Definition at line 58 of file fnet_mdns.h.