The multi-threading approach solves the blocking
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Tue, 3 May 2011 08:34:09 +0000 (10:34 +0200)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Tue, 3 May 2011 09:23:19 +0000 (11:23 +0200)
TODO

diff --git a/TODO b/TODO
index 39ae062..e55796f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -58,12 +58,5 @@ Known Bugs
   configuration file. For example, a ping configured to be performed each 5
   seconds takes 6.
 
-- The overhead when handling a link that is down causes delays with the next
-  pings. This happens if the ping interval is a value close to the ping timeout.
-  So the application wait this amount to ping the next host.
-  This bug has something to do with the blocking ping, because the ping method
-  returns only after a reply or timeout, thus increasing the interval to the
-  next schedule ping to the same host and to the other hosts.
-
 - The sequence number is always 1. As the BoostPinger is created for just one
   ping.