source: freewrt/package/fping/Config.in@ d419478

freewrt_1_0 freewrt_2_0
Last change on this file since d419478 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 826 bytes
Line 
1config BR2_PACKAGE_FPING
2 prompt "fping............................. A program to ping multiple hosts in parallel"
3 tristate
4 default m if CONFIG_DEVEL
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.