From: Thomas Jarosch Date: Thu, 5 May 2011 07:24:27 +0000 (+0200) Subject: Update TODO file X-Git-Tag: v1.0~20 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=430a17946cd99386ed89e796efbb9ef47c5a4b71;p=pingcheck Update TODO file --- diff --git a/TODO b/TODO index 5cc25de..05da108 100644 --- a/TODO +++ b/TODO @@ -13,25 +13,14 @@ Wish List - Implement a factory method to create the Pingers objects. Something like: smart_ptr pinger_ptr = PingerCreator::create(PingerCreator::Boost) -- Refactor the BoostPinger class, it is becoming a monster. Maybe split it in - two classes, receive and send. - - Unit Test with boost::test. - Execute a libt2n call if XX hosts are down instead of a script. -- Make the configuration file reloadable (see bodyndns). +- Make the configuration file reloadable (see bpdyndns). TODO ======================================= -Guilherme: -- fix config parser: - -- The interval between each ping to the same host is 1 second later than in the - configuration file. For example, a ping configured to be performed each 5 - seconds takes 6. - -Tom: - Make the log level configurable. - In boost-net-dns/network_array.hpp fix the type-punning to enforce better type @@ -39,4 +28,5 @@ Tom: Known Bugs ======================================= -No bugs :) +- Ping to 127.0.0.1 doesn't work + (unknown ICMP reply)