c26c86610b
for asynchronous DNS resolving. It was repo-copied from the dns/ares port. WWW: http://daniel.haxx.se/projects/c-ares/ Author: Daniel Stenberg <daniel@haxx.se>
8 lines
445 B
Text
8 lines
445 B
Text
This is c-ares, an asynchronous resolver library. It is intended for
|
|
applications which need to perform DNS queries without blocking, or
|
|
need to perform multiple DNS queries in parallel. The primary
|
|
examples of such applications are servers which communicate with
|
|
multiple clients and programs with graphical user interfaces.
|
|
|
|
WWW: http://daniel.haxx.se/projects/c-ares/
|
|
Author: Daniel Stenberg <daniel@haxx.se>, Greg Hudson <ghudson@mit.edu>
|