summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/IOR_MCast/README
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
commit6b846cf03c0bcbd8c276cb0af61a181e5f98eaae (patch)
treeda50d054f9c761c3f6a5923f6979e93306c56d68 /TAO/orbsvcs/tests/IOR_MCast/README
parent0e555b9150d38e3b3473ba325b56db2642e6352b (diff)
downloadATCD-6b846cf03c0bcbd8c276cb0af61a181e5f98eaae.tar.gz
Repo restructuring
Diffstat (limited to 'TAO/orbsvcs/tests/IOR_MCast/README')
-rw-r--r--TAO/orbsvcs/tests/IOR_MCast/README20
1 files changed, 0 insertions, 20 deletions
diff --git a/TAO/orbsvcs/tests/IOR_MCast/README b/TAO/orbsvcs/tests/IOR_MCast/README
deleted file mode 100644
index c1ba4a88b3a..00000000000
--- a/TAO/orbsvcs/tests/IOR_MCast/README
+++ /dev/null
@@ -1,20 +0,0 @@
-// $Id$
-
-This is a simple test for testing the multicast ior parser with format
-mcast://multicast_address:port:nicaddress:ttl
-
-The Client requests for the IOR of a service that is multicasted.
-The Server helps get this ior with the use of the TAO_IOR_Multicast
-class in the libTAO_Svc_Utils library.
-
-It should test the nic address and ttl parts too of the mcast format.
-
-You can run the test as:
-
-% ./server -a 224.0.1.27:12345 -ORBEndpoint iiop://doc.ece.uci.edu:23456
-
- The '-a' option is to give the multicast address to which the
-requests to the server should be directed to.
-
-% ./client -ORBInitRef MCASTServer=mcast://224.0.1.27:12345:eth0:2/MCASTServer
-