From 430a17946cd99386ed89e796efbb9ef47c5a4b71 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Thu, 5 May 2011 09:24:27 +0200 Subject: [PATCH] Update TODO file --- TODO | 16 +++------------- 1 files changed, 3 insertions(+), 13 deletions(-) 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) -- 1.7.1