zephyr/subsys/net/lib/dns
Konrad Derda 42e6c1fbc6 net: mdns: add capability of providing records in runtime
Current implementation of mDNS responder does makes it mandatory to have
all the records set at compile time. It is not suited well for applications
that have to publish/unpublish or change records in runtime, e.g. data
received from the network.

Signed-off-by: Konrad Derda <konrad.derda@nordicsemi.no>
2024-03-22 12:41:56 +00:00
..
CMakeLists.txt net: dns: Add DNS cache for improved performance 2024-03-15 08:37:29 +00:00
Kconfig net: dns: Add DNS cache for improved performance 2024-03-15 08:37:29 +00:00
dns_cache.c net: dns: Add DNS cache for improved performance 2024-03-15 08:37:29 +00:00
dns_cache.h net: dns: Add DNS cache for improved performance 2024-03-15 08:37:29 +00:00
dns_internal.h
dns_pack.c
dns_pack.h
dns_sd.c net: mdns: add capability of providing records in runtime 2024-03-22 12:41:56 +00:00
dns_sd.h net: mdns: add capability of providing records in runtime 2024-03-22 12:41:56 +00:00
llmnr_responder.c
mdns_responder.c net: mdns: add capability of providing records in runtime 2024-03-22 12:41:56 +00:00
resolve.c net: dns: Add DNS cache for improved performance 2024-03-15 08:37:29 +00:00