summaryrefslogtreecommitdiff
path: root/ACE/examples/QOS/Change_Receiver_FlowSpec/README
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-10-05 09:32:57 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-10-05 09:32:57 +0000
commit87ee55138d98d4dc2b95c666573d2b8ccd7ee021 (patch)
tree55e6c873a7a79240d911086d6f915ce966943222 /ACE/examples/QOS/Change_Receiver_FlowSpec/README
parent8758ad96283f3cd1a0ba78cca151c58b5eff851c (diff)
downloadATCD-87ee55138d98d4dc2b95c666573d2b8ccd7ee021.tar.gz
Fuzz
Diffstat (limited to 'ACE/examples/QOS/Change_Receiver_FlowSpec/README')
-rw-r--r--ACE/examples/QOS/Change_Receiver_FlowSpec/README20
1 files changed, 10 insertions, 10 deletions
diff --git a/ACE/examples/QOS/Change_Receiver_FlowSpec/README b/ACE/examples/QOS/Change_Receiver_FlowSpec/README
index 58320ef8def..3ce38205c8c 100644
--- a/ACE/examples/QOS/Change_Receiver_FlowSpec/README
+++ b/ACE/examples/QOS/Change_Receiver_FlowSpec/README
@@ -1,6 +1,6 @@
$Id$
-A Regression test for ACE QoS features.
+A Regression test for ACE QoS features.
---------------------------------------
This test implements a simple Receiver-Sender program that ensures
@@ -8,7 +8,7 @@ Quality of Service (QoS) guarantees on the underlying network before
transmitting data. The program tests the ACE QoS APIs/features. The
test works for Winsock2 APIs on Win2K as well as RAPI on Solaris.
-In addition it dynamically changes the receiver flow spec which in
+In addition it dynamically changes the receiver flow spec which in
turn changes the RESV messages sent.
@@ -19,11 +19,11 @@ Build Requirements :
--------------------
1. Two Win2K machines.
2. June98 Platform SDK or later.
-3. Link with ws2_32.lib
+3. Link with ws2_32.lib
The test consists of a server (which is the receiver) and a client
- (which is the sender).
-
+ (which is the sender).
+
The receiver is started first (though it is not mandatory) as :
server -m merengue.cs.wustl.edu:9091
@@ -60,7 +60,7 @@ On Win2K the user must have administrative access to the machine to
run this program. It seems to be a pre-requisite to opening QoS
sockets.
-The sender and receiver should be run on different Win2K machines.
+The sender and receiver should be run on different Win2K machines.
The test demonstrates how to GQOS enable an application using the ACE QoS APIs.
It concentrates on the use of various ACE QoS APIs and their correctness.
@@ -79,8 +79,8 @@ PLATFORM_RAPI_LDFLAGS += -L/project/doc/vishal/rapi/rel4.2a4/rsvpd/
assuming that RAPI library is installed in /project/doc/vishal/rapi/rel4.2a4/
-1. Compile ACE with
-
+1. Compile ACE with
+
make rapi=1 static_libs_only=1
Static library option is used because the RAPI library that we have
@@ -107,7 +107,7 @@ assuming that RAPI library is installed in /project/doc/vishal/rapi/rel4.2a4/
sender beguine/6000 [ t 2000000 100000 2000000 512 1024 ]
From Macarena:
- wait until done with ACE
+ wait until done with ACE
dest udp macarena/5000 <session name>
reserve wf [ cl 2000000 100000 2000000 512 1024 ]
@@ -118,7 +118,7 @@ assuming that RAPI library is installed in /project/doc/vishal/rapi/rel4.2a4/
that rtap session is released on both machines.
-------------------------------------------------------------------------------
-
+
If you run into any problems with this test please contact Vishal
Kachroo <vishal@cs.wustl.edu>.