zephyr/subsys/net/lib/dns
Helge Juul b7bbfbf1f2 net: dns: Log with debug level instead of error level when recv fails
This condition can happen if there is MDNS activity on the network that is
either not according to specifications or not supported by Zephyr.

Lowering the log level from ERR to DBG, since this does not indicate an
error in the Zephyr application.

Signed-off-by: Helge Juul <helge@fastmail.com>
2025-02-14 10:48:06 +01:00
..
CMakeLists.txt
dispatcher.c net: dns: Log with debug level instead of error level when recv fails 2025-02-14 10:48:06 +01:00
dns_cache.c net: dns: Fix DNS caching bug 2025-02-05 23:49:17 +01:00
dns_cache.h net: dns: Fix DNS caching bug 2025-02-05 23:49:17 +01:00
dns_internal.h
dns_pack.c net: dns: Set answer offset only when within DNS msg 2025-02-07 17:47:12 +01:00
dns_pack.h
dns_sd.c
dns_sd.h
Kconfig net: mdns_responder: Implement probing support 2025-02-12 09:40:15 +01:00
llmnr_responder.c
mdns_responder.c net: mdns_responder: Add announce support 2025-02-12 09:40:15 +01:00
resolve.c net: mdns_responder: Implement probing support 2025-02-12 09:40:15 +01:00