From 657abff31c3462f13b61063f2e6ae671fa2a3da4 Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 1 Apr 2005 18:21:25 +0000 Subject: add fping git-svn-id: svn://svn.openwrt.org/openwrt/trunk@508 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/fping/Config.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 openwrt/package/fping/Config.in (limited to 'openwrt/package/fping/Config.in') diff --git a/openwrt/package/fping/Config.in b/openwrt/package/fping/Config.in new file mode 100644 index 000000000..40e5e3ca3 --- /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. -- cgit v1.2.3