]> git.gsnw.org Git - fping.git/commitdiff
Better document -B backoff-factor and when it can be used (#33, Oleksiy Zagorskyi...
authorDavid Schweikert <david@schweikert.ch>
Sun, 4 May 2014 20:22:53 +0000 (22:22 +0200)
committerDavid Schweikert <david@schweikert.ch>
Sun, 4 May 2014 20:22:53 +0000 (22:22 +0200)
ChangeLog
doc/fping.pod

index dd70efddfbe7261b2700f464828dfc4aa1a17231..1dd5dc92b293fad718dcbbde620b4de5baaccda8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@ UNRELEASED
   * Allow option '-f' also for non-root (since setuid privileges are dropped)
   * Remove support for NIS groups
   * Do not retry twice DNS lookup on DNS lookup problem
+  * Better document -B backoff-factor and when it can be used (#33, Oleksiy Zagorskyi)
 
 2014-03-08  David Schweikert  <david@schweikert.ch>
   * Version 3.9
index 4a6f4cab2642f0f6039e9a1738f8108c231d974f..8fba00104dc6403363e8f8689dd17ed3fa0e8902 100644 (file)
@@ -51,8 +51,8 @@ number.
 
 Backoff factor. In the default mode, B<fping> sends several requests to a
 target before giving up, waiting longer for a reply on each successive request.
-This parameter is the value by which the wait time is multiplied on each
-successive request; it must be entered as a floating-point number (x.y).  The
+This parameter is the value by which the wait time (B<-t>) is multiplied on each
+successive request; it must be entered as a floating-point number (x.y). The
 default is 1.5. 
 
 =item B<-c> I<n>
@@ -166,7 +166,9 @@ Set the interface (requires SO_BINDTODEVICE support)
 
 Initial target timeout in milliseconds (default 500). In the default mode, this
 is the amount of time that B<fping> waits for a response to its first request.
-Successive timeouts are multiplied by the backoff factor. 
+Successive timeouts are multiplied by the backoff factor specified with B<-B>.
+Note that this option has no effect looping or counting modes (B<-l>, B<-c>, or
+B<-C>).
 
 =item B<-T> I<n>