Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / examples / PluggableUDP / README
blobe9f081d6e145f4987ab413d2b6300fdf99bacf12
3 This directory contains code for a pluggable UDP protocol for TAO.
4 The individual directories contain READMEs on how to run the following
5 examples:
7         . DIOP
9           Contains the implementation of the UDP pluggable protocol.
10           Code in this directory should be considered a work in
11           progress and will be added to tao/Strategies in the future.
13           NOTE: The code has been moved to tao/Strategies
15         . tests
17           This directory contains unit tests to exercise the DIOP
18           code.