Bring aboard the first scratch of a DNS resolver
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Fri, 11 Mar 2011 09:26:59 +0000 (10:26 +0100)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Fri, 11 Mar 2011 10:04:00 +0000 (11:04 +0100)
commite556755158cd98a7fa11826ccfb61eafce6eafe6
tree6607491154c3f49bd084f2d17fa084b65add3d5c
parent715034e6d72cc2c952b981695100207aaaecf596
Bring aboard the first scratch of a DNS resolver
- given a host DNS, this class resolves and keeps a list of IPs for that host
src/CMakeLists.txt
src/dns/dnsresolver.cpp [new file with mode: 0644]
src/dns/dnsresolver.h [new file with mode: 0644]
src/dns/hostaddress.cpp [new file with mode: 0644]
src/dns/hostaddress.h [new file with mode: 0644]