From ee7126ae6f3454edac7ee0fa4030afbb3618df68 Mon Sep 17 00:00:00 2001 From: Stephane Bortzmeyer Date: Thu, 25 Jan 2001 15:16:04 +0000 Subject: [PATCH] A few cleanings and fixes --- SRC/README | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/SRC/README b/SRC/README index d89c5b7..be2a55d 100644 --- a/SRC/README +++ b/SRC/README @@ -1,8 +1,9 @@ -"echoping" is a small program to test (approximatively) performances of a -remote host by sending it TCP "echo" (or other protocol) packets. +"echoping" is a small program to test (approximatively) performances +of a remote host by sending it TCP "echo" (or other protocol, like +HTTP) packets. -To install it, see the INSTALL file. Or type "make" if you're in a -hurry :-) +To install it, see the INSTALL file. Or type "./configure; make" if +you're in a hurry :-) To use it, simply: @@ -22,7 +23,7 @@ Current features: - uses the protocols echo, discard, chargen, HTTP (with SSL if you wish), ICP or SMTP, - uses UDP instead of TCP for the protocols which accept it (like echo), -- can repeat the test and display various measures about it, +- can repeat the test and display various measures about it, - can use T/TCP on systems which support it. Examples of output: @@ -64,6 +65,9 @@ The distribution is from: ftp://ftp.internatif.org/pub/unix/echoping Stephane Bortzmeyer . October 1995 for the -first version. November 2000 for this one. +first version. January 2001 for this one. $Id$ + + +