diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-01 18:21:25 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-01 18:21:25 +0000 |
commit | 82167a2b5031937a910b7dbe7eee0fca0e6da003 (patch) | |
tree | 1792d5d0cfd1e2b1044efcb608083f4f58bf0ea2 /openwrt/package/fping/Config.in | |
parent | b0c42dc4a8f47c1bfcfa79a120304a8161434cf2 (diff) | |
download | mtk-20170518-82167a2b5031937a910b7dbe7eee0fca0e6da003.zip mtk-20170518-82167a2b5031937a910b7dbe7eee0fca0e6da003.tar.gz mtk-20170518-82167a2b5031937a910b7dbe7eee0fca0e6da003.tar.bz2 |
add fping
SVN-Revision: 508
Diffstat (limited to 'openwrt/package/fping/Config.in')
-rw-r--r-- | openwrt/package/fping/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openwrt/package/fping/Config.in b/openwrt/package/fping/Config.in new file mode 100644 index 0000000..40e5e3c --- /dev/null +++ b/openwrt/package/fping/Config.in @@ -0,0 +1,12 @@ +config BR2_PACKAGE_FPING + tristate "fping" + default m + help + fping is a ping(1) like program which uses the Internet Control Message Protocol + (ICMP) echo request to determine if a host is up. fping is different from ping in + that you can specify any number of hosts on the command line, or specify a file + containing the lists of hosts to ping. Instead of trying one host until it timeouts + or replies, fping will send out a ping packet and move on to the next host in a + round-robin fashion. If a host replies, it is noted and removed from the list of + hosts to check. If a host does not respond within a certain time limit and/or retry + limit it will be considered unreachable. |