aboutsummaryrefslogtreecommitdiff
path: root/net/echoping/pkg-descr
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-05-04 11:48:13 +0000
committerRene Ladan <rene@FreeBSD.org>2025-05-04 11:48:13 +0000
commitbd39fac8e57bfdd73f172e4bb4aba0708b6e1fcc (patch)
tree9d1fbd4a4ea23a39b8930f6cf4e09ce2471e52ec /net/echoping/pkg-descr
parentfa9cd1a725d7a60eeadf422624adad275c57c85b (diff)
Diffstat (limited to 'net/echoping/pkg-descr')
-rw-r--r--net/echoping/pkg-descr9
1 files changed, 0 insertions, 9 deletions
diff --git a/net/echoping/pkg-descr b/net/echoping/pkg-descr
deleted file mode 100644
index 3489af78099f..000000000000
--- a/net/echoping/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-"echoping" is a small program to test (approximatively) performances of a
-remote host by sending it TCP "echo" (or other protocol) packets.
-
-- uses the protocols echo, discard, chargen or HTTP,
-- uses UDP instead of TCP for the protocols which accept it (like echo),
-- can repeat the test and display various measures about it,
-- can use T/TCP on systems which support it.
-
-It's useful for checking that http servers are running and not wedged.