esp-idf/components/mdns
David Cermak 4f4640b1df mdns: Fix parsing answers with questions when instance name not set
mdns resolver didn't correctly resolved queries when host name wasn't
assigned. Fixed by allowing processing also if some answer present
(non-strict mode)

Closes https://github.com/espressif/esp-idf/issues/6598
2021-04-22 08:32:43 +00:00
..
include mdns: fixed typos in the variable names and the comments 2020-01-09 12:50:13 +00:00
private_include mdns: Add MDNS_STRICT_MODE config option 2021-04-22 08:32:43 +00:00
test examples: removed ip4addr_ntoa and used prefered IP2STR for displaying IP addresses 2019-11-13 12:36:25 +01:00
test_afl_fuzz_host tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
CMakeLists.txt mdns: Remove mbedtls dependency 2020-04-26 12:07:28 +08:00
component.mk Import mDNS changes 2018-01-16 10:58:34 +02:00
Kconfig mdns: Add MDNS_STRICT_MODE config option 2021-04-22 08:32:43 +00:00
mdns_console.c mdns: update mdns to use esp-netif for mdns supported services such as STA, AP, ETH 2019-11-13 12:36:25 +01:00
mdns_networking.c mdns: Fix wrong mdns source address if lwIP IPv6 zones disabled 2020-11-20 10:15:33 +01:00
mdns.c mdns: Fix parsing answers with questions when instance name not set 2021-04-22 08:32:43 +00:00