mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 10:17:30 +02:00
mdns: Fix include query ID in reponses
Closes https://github.com/espressif/esp-idf/issues/5574 * Original commit: espressif/esp-idf@f62e321d87
This commit is contained in:
committed by
suren-gabrielyan-espressif
parent
07f57523c8
commit
78f71ecdf6
@ -236,6 +236,7 @@ typedef struct {
|
||||
uint8_t distributed;
|
||||
mdns_parsed_question_t * questions;
|
||||
mdns_parsed_record_t * records;
|
||||
uint16_t id;
|
||||
} mdns_parsed_packet_t;
|
||||
|
||||
typedef struct {
|
||||
@ -304,6 +305,7 @@ typedef struct mdns_tx_packet_s {
|
||||
mdns_out_answer_t * servers;
|
||||
mdns_out_answer_t * additional;
|
||||
bool queued;
|
||||
uint16_t id;
|
||||
} mdns_tx_packet_t;
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user