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

freewrt_1_0 freewrt_2_0
Last change on this file since d1833aa was c04ece1, checked in by Thorsten Glaser <tg@…>, 19 years ago

as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_

tested with a standard build (only the squashfs
image since the jffs2 didn't get built)

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

  • Property mode set to 100644
File size: 827 bytes
Line 
1config FWRT_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.