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

        . tests

          This directory contains unit tests to exercise the DIOP
          code.