Standardize package Config.in, change prompt to package name + short description...
[openwrt/svn-archive/archive.git] / openwrt / package / fping / Config.in
1 config BR2_PACKAGE_FPING
2 tristate "fping - Program to ping multiple hosts in parallel"
3 default m if CONFIG_DEVEL
4 help
5 fping is a ping(1) like program which uses the Internet Control Message Protocol
6 (ICMP) echo request to determine if a host is up. fping is different from ping in
7 that you can specify any number of hosts on the command line, or specify a file
8 containing the lists of hosts to ping. Instead of trying one host until it timeouts
9 or replies, fping will send out a ping packet and move on to the next host in a
10 round-robin fashion. If a host replies, it is noted and removed from the list of
11 hosts to check. If a host does not respond within a certain time limit and/or retry
12 limit it will be considered unreachable.
13
14 http://www.fping.com/
15