libdeng2|Network: Opening a socket to a host identified by domain name
de::Socket now has the ability to look up the IP address of a domainname in its non-blocking connectToDomain() method.
Also applied the pimpl idiom in de::Address.
View differences
libdeng2|Network: Opening a socket to a host identified by domain name
de::Socket now has the ability to look up the IP address of a domain
name in its non-blocking connectToDomain() method.
Also applied the pimpl idiom in de::Address.