Embedded TCP/IP stack
4.7.0
|
void fnet_dns_release | ( | fnet_dns_desc_t | desc | ) |
Aborts the resolving and releases the DNS-client service.
desc | DNS client descriptor to be released. |
This function stops the DNS-client service. It releases all resources used by the service, and unregisters it from the service polling list.
Use this function only in the case of the early termination of the service, because the DNS service is released automatically as soon as the resolving is finished.