summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-17 20:46:43 +0000
committeryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-17 20:46:43 +0000
commitd63535051a07faecce3f47085550450617b5ec99 (patch)
tree8172926b13ae9296e6c627cb9fc6461e8b021567
parent582fa221fcad25062aac4b0084f2f8dff720f9ad (diff)
downloadATCD-d63535051a07faecce3f47085550450617b5ec99.tar.gz
*** empty log message ***
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage/README8
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/README9
2 files changed, 12 insertions, 5 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage/README b/TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage/README
index 40e3024f5c1..7653d675554 100644
--- a/TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage/README
+++ b/TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage/README
@@ -24,7 +24,7 @@ receiver -f <output_filename>
sender
------
-sender [-f <filename>] [-p <protocol>] [-r <frame rate>] [-d]
+sender [-f <filename>] [-p <protocol>] [-r <frame rate>] [-v] [-s <localhost:port>] [-d <remote_host:port>]
-f filename --> The file to be streamed to the receiver (defaults to
@@ -36,7 +36,11 @@ sender [-f <filename>] [-p <protocol>] [-r <frame rate>] [-d]
-r framerate--> The rate at which tha data frames need to be sent
(defaults to 30 frames per second).
--d --> Increament the TAO_debug_level for debug messages.
+-s localhost:port --> The address to be used on the local host.
+
+-d remote_host:port --> The address to be used on the remote host.
+
+-v --> Increament the TAO_debug_level for debug messages.
The test must be run with the naming service. Check the run_test.pl
diff --git a/TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/README b/TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/README
index 243fb4ded87..26aa8002d2f 100644
--- a/TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/README
+++ b/TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/README
@@ -26,7 +26,7 @@ receiver -f <output_filename>
sender
------
-sender [-f <filename>] [-p <protocol>] [-r <frame rate>] [-a <address>] [-d]
+sender [-f <filename>] [-p <protocol>] [-r <frame rate>] [-v] [-s <localhost:port>] [-d <remote_host:port>]
-f filename --> The file to be streamed to the receiver (defaults to
@@ -38,9 +38,12 @@ sender [-f <filename>] [-p <protocol>] [-r <frame rate>] [-a <address>] [-d]
-r framerate--> The rate at which tha data frames need to be sent
(defaults to 30 frames per second).
--a address --> Destination address.
+-s localhost:port --> The address to be used on the local host.
--d --> Increament the TAO_debug_level for debug messages.
+-d remote_host:port --> The address to be used on the remote host.
+
+
+-v --> Increament the TAO_debug_level for debug messages.
The test must be run with the naming service. Check the run_test.pl