rTorrent is a console-based BitTorrent client. It aims to be a fully-featured
[pkgsrc.git] / net / fping6 / DESCR
1 A tool with IPv6 support to quickly ping N number of hosts to determine their
2 reachability without flooding the network.
3
4      fping is different from ping in that you can specify any number of
5          hosts on the command line, or specify a file containing the lists
6          of hosts to ping. Instead of trying one host until it timeouts or
7          replies, fping will send out a ping packet and move on to the next
8          host in a round-robin fashion. If a host replies, it is noted and
9          removed from the list of hosts to check. If a host does not respond
10          within a certain time limit and/or retry limit it will be considered
11          unreachable. 
12
13      Unlike ping, fping is meant to be used in scripts and its
14      output is easy to parse.