uvco 0.1
Loading...
Searching...
No Matches
Classes
DNS

Classes

class  uvco::AddressHandle
 AddressHandle is a light-weight wrapper around a struct sockaddr_in(6), and is therefore cheap to copy. More...
 
class  uvco::Resolver
 Asynchronous name resolution using the libuv getaddrinfo(3) interface. More...
 

Detailed Description

DNS and name resolution is supported by means of AddressHandle, a light-weight but convenient wrapper around numeric TCP/IP addresses, and Resolver, which enables asynchronous DNS lookups.