summaryrefslogtreecommitdiff
path: root/performance-tests/UDP/README
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/UDP/README')
-rw-r--r--performance-tests/UDP/README17
1 files changed, 0 insertions, 17 deletions
diff --git a/performance-tests/UDP/README b/performance-tests/UDP/README
deleted file mode 100644
index f2eb3308e1e..00000000000
--- a/performance-tests/UDP/README
+++ /dev/null
@@ -1,17 +0,0 @@
-// $Id$
-
-udp_test sends UDP packets and records round-trip latency. The client
-records the latencies and provides nice summary statistics. The server
-simply echos packets back to the client.
-
-To run:
- 1) On server host:
- % ./udp_test -r
-
- 2) On client host:
- % ./udp_test -t -n 1000 <server host>
-
-The -n option specifies the number of samples (packets to send).
-Other command line options are available: ./udp_test -? to
-list them.
-