source: freewrt/package/fping/Config.in@ 418e6805

freewrt_1_0 freewrt_2_0
Last change on this file since 418e6805 was 418e6805, checked in by Markus Wigge <markus@…>, 19 years ago

removed CONFIG_DEVEL and other cleanups

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1119 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 811 bytes
Line 
1config FWRT_PACKAGE_FPING
2 prompt "fping............................. A program to ping multiple hosts in parallel"
3 tristate
4 default n
5 help
6 fping is a ping(1) like program which uses the Internet Control Message Protocol
7 (ICMP) echo request to determine if a host is up. fping is different from ping in
8 that you can specify any number of hosts on the command line, or specify a file
9 containing the lists of hosts to ping. Instead of trying one host until it timeouts
10 or replies, fping will send out a ping packet and move on to the next host in a
11 round-robin fashion. If a host replies, it is noted and removed from the list of
12 hosts to check. If a host does not respond within a certain time limit and/or retry
13 limit it will be considered unreachable.
14
15 http://www.fping.com/
16
Note: See TracBrowser for help on using the repository browser.