DNS Control - FAQ
How do I add timeout to DNS control? Application, using DNS control, locks when address does not have a DNS entry.
DNS.ocx uses blocking calls. To prevent it from freezing the applications use non-blocking APIs
(WSAGetHostByName, WSAGetHostByAddress).
|