40e5e3ca3e6110b622df0586f88e2bd55496512e
[openwrt.git] / openwrt / package / fping / Config.in
1 config BR2_PACKAGE_FPING
2         tristate "fping"
3         default m
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.