zephyr/subsys/net/lib/dns
Léonard Bise 7b869f0392 net: dns: Ignore queries when resolving a name
It might happen that while we are waiting for the response
to one of our query, we receive a query to resolve another name.
Previously this would make the current name resolution to fail because
only responses were expected to be received.

Signed-off-by: Léonard Bise <leonard.bise@gmail.com>
2020-06-13 22:14:42 +03:00
..
CMakeLists.txt
dns_pack.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dns_pack.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
llmnr_responder.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
mdns_responder.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
resolve.c net: dns: Ignore queries when resolving a name 2020-06-13 22:14:42 +03:00