From: Guilherme Maciel Ferreira Date: Mon, 2 May 2011 09:58:57 +0000 (+0200) Subject: Removed fixed bugs X-Git-Tag: v1.0~51 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=b2bc844f938358d9f115c097fba3aa1dc09d93df;p=pingcheck Removed fixed bugs --- diff --git a/TODO b/TODO index 401d9d5..c57b3ae 100644 --- a/TODO +++ b/TODO @@ -50,23 +50,3 @@ Known Bugs - The sequence number is always 1. As the BoostPinger is created for just one ping. - - -Fixed Bugs -======================================= - -- If one ping fails, the subsequent analysis report that the ping is down: - Example: - Request timed out - - Host down: www.ufsc.br - - Speeding up ping interval to: 30s <-- should speed up, OK - - Time elapsed since last ping: 65s <-- elapsed time, OK - 20 bytes from 150.162.2.10: icmp_seq=1 ttl=47 time=252 ms - - Host down: www.ufsc.br <-- dammit! It is not down, WRONG - - Speeding up ping interval to: 30s <-- should not speed up again, WRONG - - Time elapsed since last ping: 31s <-- elapsed time, OK, but should go - back to original - 20 bytes from 150.162.2.10: icmp_seq=1 ttl=47 time=253 ms - - Host down: www.ufsc.br - - Speeding up ping interval to: 30s - - Time elapsed since last ping: 31s