libadns1

Asynchronous-capable dns client library
  http://www.chiark.greenend.org.uk/~ian/adns/
  0
  no reviews



Adns is a resolver library for c (and c++) programs. in contrast with the existing interfaces, gethostbyname et al and libresolv, it can be used in an asynchronous, non-blocking manner, and has a convenient interface which doesn't require the application to handle any dns data formats. many queries can be handled simultaneously.

this package contains the runtime library.