C-library consists of asynchronous DNS resolver
Posted
by egiakoum1984
on Stack Overflow
See other posts from Stack Overflow
or by egiakoum1984
Published on 2010-04-16T21:16:18Z
Indexed on
2010/04/16
21:23 UTC
Read the original article
Hit count: 303
Need to find a asynchronous DNS resolver implemented in C (except Sofia Resolver) which supports DNS queries for NAPTR, SRV and A records. It would be desired to support internal caching. Any suggestions/recommendations? Currently looking at ldns which supports NAPTR, SVC and A queries. But, If I have understood correctly, it is not asynch DNS resolver.
© Stack Overflow or respective owner