mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 18:27:31 +02:00
mdns: add more mdns result attributes
* Original commit: espressif/esp-idf@76ec76c12c
This commit is contained in:
committed by
suren-gabrielyan-espressif
parent
05dcd8f0ee
commit
d37ab6dd25
@ -75,10 +75,13 @@ typedef struct mdns_result_s {
|
||||
struct mdns_result_s * next; /*!< next result, or NULL for the last result in the list */
|
||||
|
||||
mdns_if_t tcpip_if; /*!< interface index */
|
||||
uint32_t ttl; /*!< time to live */
|
||||
|
||||
mdns_ip_protocol_t ip_protocol; /*!< ip_protocol type of the interface (v4/v6) */
|
||||
// PTR
|
||||
char * instance_name; /*!< instance name */
|
||||
char * service_type; /*!< service type */
|
||||
char * proto; /*!< srevice protocol */
|
||||
// SRV
|
||||
char * hostname; /*!< hostname */
|
||||
uint16_t port; /*!< service port */
|
||||
|
Reference in New Issue
Block a user