summaryrefslogtreecommitdiff
path: root/ACE/TAO/examples/PluggableUDP/README
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/examples/PluggableUDP/README')
-rw-r--r--ACE/TAO/examples/PluggableUDP/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/ACE/TAO/examples/PluggableUDP/README b/ACE/TAO/examples/PluggableUDP/README
new file mode 100644
index 00000000000..36e7ebae3d6
--- /dev/null
+++ b/ACE/TAO/examples/PluggableUDP/README
@@ -0,0 +1,16 @@
+This directory contains code for a pluggable UDP protocol for TAO.
+The individual directories contain READMEs on how to run the following
+examples:
+
+ . DIOP
+
+ Contains the implementation of the UDP pluggable protocol.
+ Code in this directory should be considered a work in
+ progress and will be added to tao/Strategies in the future.
+
+ NOTE: The code has been moved to tao/Strategies
+
+ . tests
+
+ This directory contains unit tests to exercise the DIOP
+ code.