Files
esp-idf/components
David Cermak 405f2ee995 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-20 10:15:33 +01:00
..
2020-05-18 16:51:45 +08:00
2020-11-03 10:38:48 +08:00
2020-09-01 15:57:47 +08:00