mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 10:17:30 +02:00
mdns: fix wrong SRV/PTR record handling
* Original commit: espressif/esp-idf@e6135552d2
This commit is contained in:
committed by
suren-gabrielyan-espressif
parent
9fa25ef3b6
commit
402baebfee
@ -215,7 +215,7 @@ typedef struct {
|
||||
} mdns_header_t;
|
||||
|
||||
typedef struct {
|
||||
char host[MDNS_NAME_BUF_LEN];
|
||||
char host[MDNS_NAME_BUF_LEN]; // hostname for A/AAAA records, instance name for SRV records
|
||||
char service[MDNS_NAME_BUF_LEN];
|
||||
char proto[MDNS_NAME_BUF_LEN];
|
||||
char domain[MDNS_NAME_BUF_LEN];
|
||||
|
Reference in New Issue
Block a user