Update TODO list
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 11 May 2011 15:22:20 +0000 (17:22 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 11 May 2011 15:22:20 +0000 (17:22 +0200)
TODO

diff --git a/TODO b/TODO
index 05da108..c1bb2b7 100644 (file)
--- 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> 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.