a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 128511 and 2068

Description: Small test tool for TCP servers
 echoping is a small program to test (approximatively) performances of a
 remote host by sending it requests such as HTTP requests.
 .
 In any case, be polite: don't bother the remote host with many repeated
 requests, especially with large size. Ask for permission if you often
 test hosts which aren't yours.
 .
 Current features:
    * plugins, so you can extend echoping with any protocol you like and/or use,
    * Supports IPv6 as well as IPv4,
    * Supports IDN (Unicode domain names),
    * uses the protocols echo, discard, chargen or HTTP,
    * can use cryptographic connections with HTTP,
    * uses UDP instead of TCP for the protocols which accept it (like echo),
    * can repeat the test and display various measures about it,
Description: A small test tool for TCP servers
 Can test if a server is listening on a remote machine
 and can measure the round-trip time.
--- 128511	Thu Jan  1 00:00:00 1970
+++ 2068	Thu Jan  1 00:00:00 1970
@@ -1,16 +1,3 @@
-Small test tool for TCP servers
+A small test tool for TCP servers
- echoping is a small program to test (approximatively) performances of a
+ Can test if a server is listening on a remote machine
- remote host by sending it requests such as HTTP requests.
+ and can measure the round-trip time.
- .
- In any case, be polite: don't bother the remote host with many repeated
- requests, especially with large size. Ask for permission if you often
- test hosts which aren't yours.
- .
- Current features:
-    * plugins, so you can extend echoping with any protocol you like and/or use,
-    * Supports IPv6 as well as IPv4,
-    * Supports IDN (Unicode domain names),
-    * uses the protocols echo, discard, chargen or HTTP,
-    * can use cryptographic connections with HTTP,
-    * uses UDP instead of TCP for the protocols which accept it (like echo),
-    * can repeat the test and display various measures about it,