congestion detection now working; also add case that if all IPs get timeout despite...
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Tue, 26 May 2015 15:54:06 +0000 (17:54 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Tue, 26 May 2015 15:54:06 +0000 (17:54 +0200)
commit4d7db1af9260803b1d11fa91974708493a437338
tree2dd5e2fc2449e85aef5117faa02adf192fea9bd6
parentffa5cfe241f2422f8028132a592d2455c95c4516
congestion detection now working; also add case that if all IPs get timeout despite higher ping numbers, then declare host down

added more detailed failure returns from IcmpPinger
src/host/hoststatus.cpp
src/host/hoststatus.h
src/host/pingscheduler.cpp
src/host/pingstatus.cpp
src/host/pingstatus.h
src/icmp/icmppinger.cpp