esp-idf/components/mdns
David Cermak 0693e172de mdns: Allow resolve its own non-strict answers
the mDNS responder should not repeat questions when replying, however resolvers
must ignore these questions field if they are present. esp-idf mDNS
library does include questions in answering packets (thus not strictly
following the RFC6762) so the resolver did not correctly resolved
another instance host name.

Closes https://github.com/espressif/esp-idf/issues/6190
2020-12-29 13:18:00 +00:00
..
include
private_include esp32c3: Apply one-liner/small changes for ESP32-C3 2020-12-01 10:58:50 +11:00
test Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_afl_fuzz_host test: fix several test build error 2020-11-16 13:30:49 +08:00
CMakeLists.txt Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
Kconfig
component.mk
mdns.c mdns: Allow resolve its own non-strict answers 2020-12-29 13:18:00 +00: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