From: Thomas Jarosch Date: Wed, 11 May 2011 15:22:20 +0000 (+0200) Subject: Update TODO list X-Git-Tag: v1.0~17 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=3bb7e3b9efbda8fe6bfe2b1db44a843e8dbfc03b;p=pingcheck Update TODO list --- diff --git a/TODO b/TODO index 05da108..c1bb2b7 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,3 @@ -Wish List -======================================= - TCP ping: Open connection to configurable port (HTTP, SMTP etc.). - IPv6 support. Remember to change the addressv4 to address, so both can work at @@ -10,23 +8,13 @@ Wish List - QoS-Flags of the ping packets should be configurable. -- Implement a factory method to create the Pingers objects. Something like: - smart_ptr pinger_ptr = PingerCreator::create(PingerCreator::Boost) - -- Unit Test with boost::test. - -- Execute a libt2n call if XX hosts are down instead of a script. - -- Make the configuration file reloadable (see bpdyndns). - -TODO -======================================= - Make the log level configurable. - In boost-net-dns/network_array.hpp fix the type-punning to enforce better type checking. Also allows the optimization -O2 on GCC with strict-aliasing warning. -Known Bugs -======================================= -- Ping to 127.0.0.1 doesn't work - (unknown ICMP reply) +- Make the configuration file reloadable (see bpdyndns). + +- Unit Test with boost::test. + +- Execute a libt2n call if XX hosts are down instead of a script.