Hi,
On Tue, Aug 07, 2012 at 10:33:16AM +0200, Arne Schwabe wrote:
> the getaddr6 and getaddr_mutli functions are duplicates of each other. Since
> we always require getaddrinfo to be present both function are merge into one
> openvpn_getaddrinfo.
>
> This functions also returns a standard struc
the getaddr6 and getaddr_mutli functions are duplicates of each other. Since we
always require getaddrinfo to be present both function are merge into one
openvpn_getaddrinfo.
This functions also returns a standard struct addrinfo* so our resolve
interface is closer to the standard unix interfac