]> git.gsnw.org Git - fping.git/commitdiff
add note on -i default being changed
authorDavid Schweikert <david@schweikert.ch>
Fri, 17 Feb 2017 07:57:29 +0000 (08:57 +0100)
committerDavid Schweikert <david@schweikert.ch>
Fri, 17 Feb 2017 07:57:29 +0000 (08:57 +0100)
ChangeLog

index 69d1600ac8d49fa7b7b2391777a4ea4ebb957aab..b8630bfddc714d74d347cce4ed97e45bc7db42d4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
     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