summaryrefslogtreecommitdiff
path: root/TAO/examples/PluggableUDP/README
blob: 36e7ebae3d69bf51534c1576cd55ad46f755bf61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.