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:
David Cermak
2021-07-08 18:08:14 +02:00
committed by suren-gabrielyan-espressif
parent 4c368c0090
commit 0c71c7bfe1
3 changed files with 504 additions and 1 deletions

View File

@ -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;