mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 21:41:58 +00:00
As mDNS requests set DNS id to 0, we cannot use it to match the DNS response packet. In order to allow this functionality, create a hash from query name and type, and use that together with DNS id to match request and response. Fixes #21914 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
dns_pack.c | ||
dns_pack.h | ||
Kconfig | ||
llmnr_responder.c | ||
mdns_responder.c | ||
resolve.c |