Update TODO file
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 5 May 2011 07:24:27 +0000 (09:24 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 5 May 2011 07:24:27 +0000 (09:24 +0200)
TODO

diff --git a/TODO b/TODO
index 5cc25de..05da108 100644 (file)
--- a/TODO
+++ b/TODO
@@ -13,25 +13,14 @@ Wish List
 - Implement a factory method to create the Pingers objects. Something like:
   smart_ptr<Pinger> 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)