Embedded TCP/IP stack: fnet_mdns_params Struct Reference

FNET

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 records is valid for mDNS querier, in seconds (it is optional).
Default value is defined by FNET_CFG_MDNS_RR_TTL. More...
 
const fnet_char_tname
 Name used as a host-name and service-names, advertised by the MDNS server. More...
 

Detailed Description

Initialization parameters for the fnet_mdns_init() function.

Definition at line 58 of file fnet_mdns.h.


The documentation for this struct was generated from the following file:

© 2005-2018 by Andrey Butok. http://fnet.sourceforge.net