freebsd-ports/net/firedns/pkg-descr
Ying-Chieh Liao 3ac06aa0a0 add firedns 0.1.17
Library for handling asynchronous DNS requests

PR:		37994
Submitted by:	Dean Hollister <dean@odyssey.apana.org.au>
2002-05-30 17:11:21 +00:00

17 lines
560 B
Plaintext

From libfiredns(3):
libfiredns is a library for handling asynchronous DNS
requests. It provides a very simple interface for sending
requests and parsing reponses, as well as low-timeout
blocking functions. It can also be compiled to override
the BIND/LIBC functions with its alternative implementations.
libfiredns functions have much lower timeouts than the stock
functions and tend to be faster because they send requests
to all configured system nameservers at the same time.
WWW: http://ares.penguinhosting.net/~ian/
- Dean
dean@odyssey.apana.org.au