1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-20 08:12:25 +03:00
openwrt-xburst/package/fping/Config.in
nico 0cfd99d729 Standardize package Config.in, change prompt to package name + short description, add URL when missing (and found)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@956 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-05-19 16:49:23 +00:00

16 lines
792 B
Plaintext

config BR2_PACKAGE_FPING
tristate "fping - Program to ping multiple hosts in parallel"
default m if CONFIG_DEVEL
help
fping is a ping(1) like program which uses the Internet Control Message Protocol
(ICMP) echo request to determine if a host is up. fping is different from ping in
that you can specify any number of hosts on the command line, or specify a file
containing the lists of hosts to ping. Instead of trying one host until it timeouts
or replies, fping will send out a ping packet and move on to the next host in a
round-robin fashion. If a host replies, it is noted and removed from the list of
hosts to check. If a host does not respond within a certain time limit and/or retry
limit it will be considered unreachable.
http://www.fping.com/