netxduo
netxduo copied to clipboard
DNS cleint at non-blocking mode
trafficstars
Hi All,
Does anyone know how have be used NetX Duo DNS client at non blocking mode?
It can be called nxd_dns_host_by_name_get() with wait_option set to NX_NO_WAIT. When is option set to NX_NO_WAIT response from DNS server is not read using internal call of _nx_dns_response_get(). How I can serve DNS server responses from such case? I am not sure how can be called _nx_dns_response_get() from my code.
Thank for any advice
Jan