summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-09-13 16:53:40 +0000
committerrwatson <rwatson@FreeBSD.org>2004-09-13 16:53:40 +0000
commita18be84c1f22afbfea4ac9ecd09725a69b7b0d4f (patch)
tree0a68a4829ff2ff60e408d36f437c02e01c0192e7 /tools
parent9a90ff551700ace16c86a20d27248486ce80553a (diff)
downloadFreeBSD-src-a18be84c1f22afbfea4ac9ecd09725a69b7b0d4f.zip
FreeBSD-src-a18be84c1f22afbfea4ac9ecd09725a69b7b0d4f.tar.gz
Add a very basic README for tcpstream.
Diffstat (limited to 'tools')
-rw-r--r--tools/regression/netinet/tcpstream/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/regression/netinet/tcpstream/README b/tools/regression/netinet/tcpstream/README
new file mode 100644
index 0000000..df2e9b1
--- /dev/null
+++ b/tools/regression/netinet/tcpstream/README
@@ -0,0 +1,20 @@
+tcpstream - a simple TCP streaming test tool
+--------------------------------------------
+
+tcpstream generates TCP connections between a 'client' and a 'server'. The
+client writes a pseudo-random byte stream using varying write sizes. The
+server then reads the stream and uses the same generator to confirm that the
+data is correct. To run tcpstream, select a seed value (should be the same
+for the client and server), and a port number (also the same for client and
+server). Typical use might be:
+
+Run the server on port 8080 and use a seed of 100:
+
+ tcpstream server 8080 100
+
+Now run the client on a second machine with the server's IP, port 8080, and
+seed of 100:
+
+ tcpstream client 192.168.10.10 8080 100
+
+$FreeBSD$
OpenPOWER on IntegriCloud