1
0
mirror of https://frontier.innolan.net/rainlance/amiga-fping.git synced 2025-11-21 11:59:57 +00:00

Add a mode to use random bytes instead of NULLs.

This helps defeat data compression on links.
This commit is contained in:
Anthony DeRobertis
2014-12-17 13:50:53 -05:00
parent 3313c3619d
commit b72256a8fc
2 changed files with 19 additions and 2 deletions

View File

@ -151,6 +151,11 @@ Like B<-q>, but show summary results every n seconds.
Retry limit (default 3). This is the number of times an attempt at pinging
a target will be made, not including the first try.
=item B<-R>
Instead of using all-zeros as the packet data, generate random bytes.
Use to defeat, e.g., link data compression.
=item B<-s>
Print cumulative statistics upon exit.