mirror of https://github.com/ARMmbed/mbed-os.git
Fixed following issues in BG96 offloaded DNS: - Fixed mbed-os 6 API change for asynchronous DNS callback. Return value is no longer an error value but in success case the amount of DNS records - Asynchronous request returns request ID instead of NSAPI_ERROR_OK. BG96 supports only one asynchronouse DNS query at the time, so ID 1 is used. - BG96 does not support multi-ip DNS responses, so disabled multi-ip tests |
||
---|---|---|
.. | ||
asynchronous_dns.cpp | ||
asynchronous_dns_cache.cpp | ||
asynchronous_dns_cancel.cpp | ||
asynchronous_dns_external_event_queue.cpp | ||
asynchronous_dns_invalid_host.cpp | ||
asynchronous_dns_multi_ip.cpp | ||
asynchronous_dns_non_async_and_async.cpp | ||
asynchronous_dns_simultaneous.cpp | ||
asynchronous_dns_simultaneous_cache.cpp | ||
asynchronous_dns_simultaneous_repeat.cpp | ||
asynchronous_dns_timeouts.cpp | ||
dns_tests.h | ||
main.cpp | ||
synchronous_dns.cpp | ||
synchronous_dns_cache.cpp | ||
synchronous_dns_invalid.cpp | ||
synchronous_dns_multi_ip.cpp | ||
synchronous_dns_multiple.cpp |