esp-idf/components/mdns
David Cermak 7ac97616c1 mdns: Fix wrong mdns source address if lwIP IPv6 zones disabled
The struct definition of ip6_addr_t in lwip and esp_ip6_addr_t
differs since zone could be possibly disabled in lwip. Using memcpy to copy the
address will cause wrong source address. Copy the entries manually
instead.

Merges https://github.com/espressif/esp-idf/pull/6055
2020-11-11 11:56:44 +00:00
..
include mdns: fixed typos in the variable names and the comments 2020-01-09 12:50:13 +00:00
private_include mdns: Support queries in responses in mDNS non-strict mode 2020-09-02 11:12:08 +02:00
test Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_afl_fuzz_host Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
CMakeLists.txt Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
component.mk Import mDNS changes 2018-01-16 10:58:34 +02:00
Kconfig mdns: Allow config mDNS task stack size 2020-05-07 21:49:02 +02:00
mdns_console.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
mdns_networking.c mdns: Fix wrong mdns source address if lwIP IPv6 zones disabled 2020-11-11 11:56:44 +00:00
mdns.c mdns: Support queries in responses in mDNS non-strict mode 2020-09-02 11:12:08 +02:00