Revert "Documentation: updating Readme and TODO files."
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Sun, 11 Mar 2012 20:25:46 +0000 (17:25 -0300)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Sun, 11 Mar 2012 20:48:47 +0000 (17:48 -0300)
This reverts commit d3c172383ff9ccaff5dc510fea439284f9f28650.

Readme

diff --git a/Readme b/Readme
index 5e13b9e..b3275bf 100644 (file)
--- a/Readme
+++ b/Readme
@@ -84,12 +84,6 @@ This configurations are shared among and affect all the hosts.
 - interval: the host will be pinged every "interval" seconds.
 - ping-protocol: indicates which protocol to use to ping the destination host,
   the currently supported protocols are TCP (tcp, tcp_ipv6) and ICMP (icmp, icmpv6).
-  This configuration can be used to perform a protocol fallback, in which N pings
-  are performed with one protocol, and then after those N attempts, a second protocol
-  is used. For example, with the given configuration:
-    ping-protocol=ICMPv6,42,ICMP
-  the program will ping a host 42 times using the ICMP over IPv6, and then it will
-  use the ICMP over IPv4 after those 42 attempts.