Handle the error when a host cannot be resolved
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Fri, 18 Mar 2011 11:39:53 +0000 (12:39 +0100)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Fri, 18 Mar 2011 11:39:53 +0000 (12:39 +0100)
commit09de3c4b673ed59c0b13eb67ef4dea03f385bfff
treed8ade9d1c97b0e0bb869cae492a7dceaf73fdfbc
parente111a77cb110b87acd470dcc11a50f17cd26f960
Handle the error when a host cannot be resolved
- reorganization of PingScheduler to do not ping a host that was not resolved
- from now, the DnsResolver::resolve() method must be explicitly called by the client of the class
Readme
src/dns/dnsresolver.cpp
src/dns/dnsresolver.h
src/ping/pingscheduler.cpp
src/ping/pingscheduler.h