zephyr/subsys/net/lib/dns
Jukka Rissanen f9c18dd962 net: dns: Support multiple simultaneous mDNS requests
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>
2020-01-24 16:22:18 +02:00
..
CMakeLists.txt
dns_pack.c net: dns: Check and parse received mDNS responses properly 2019-08-29 19:47:07 +02:00
dns_pack.h net: dns: dns_pack: Properly access type and class fields of an answer 2019-08-20 13:39:23 +02:00
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
llmnr_responder.c net: llmnr_responder: Fix implicit declaration error 2019-10-04 10:24:56 +03:00
mdns_responder.c net: mdns: Fix unused variable warnings 2019-10-25 13:54:55 +03:00
resolve.c net: dns: Support multiple simultaneous mDNS requests 2020-01-24 16:22:18 +02:00