From: David Schweikert Date: Fri, 17 Feb 2017 07:57:29 +0000 (+0100) Subject: add note on -i default being changed X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d22a3ccb001c5f65b0f531bc43eb2dc7364bca34;p=fping.git add note on -i default being changed --- diff --git a/ChangeLog b/ChangeLog index 69d1600..b8630bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -48,6 +48,13 @@ sometimes getting in the way (for example if you try to ping a lot of hosts). + * INCOMPATIBLE CHANGE: default interval (-i) changed from 25ms to 10ms + + The default minimum interval between ping probes has been changed from + 25ms to 10ms. The reason is that 25ms is very high, considering today's + fast networks: it generates at most 31 kbps of traffic (for IPv4 and + default payload size). + * (feature) Unified 'fping' and 'fping6' into one binary (#80) * (feature) Long option names for all options * (feature) --enable-ipv6 is now default