mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 10:17:30 +02:00
mdns: Implement mdns_networking using BSD sockets
And use only if configured. By default we still use lwip raw (low-level) API * Original commit: espressif/esp-idf@73dfe84bf2
This commit is contained in:
committed by
suren-gabrielyan-espressif
parent
4c368c0090
commit
0c71c7bfe1
@ -248,7 +248,6 @@ typedef struct mdns_parsed_record_s {
|
||||
typedef struct {
|
||||
mdns_if_t tcpip_if;
|
||||
mdns_ip_protocol_t ip_protocol;
|
||||
//struct udp_pcb *pcb;
|
||||
esp_ip_addr_t src;
|
||||
uint16_t src_port;
|
||||
uint8_t multicast;
|
||||
|
Reference in New Issue
Block a user