summaryrefslogtreecommitdiff
path: root/performance-tests/SCTP/README
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/SCTP/README')
-rw-r--r--performance-tests/SCTP/README46
1 files changed, 46 insertions, 0 deletions
diff --git a/performance-tests/SCTP/README b/performance-tests/SCTP/README
new file mode 100644
index 00000000000..beaf21ad79f
--- /dev/null
+++ b/performance-tests/SCTP/README
@@ -0,0 +1,46 @@
+This directory provides programs that measure the round trip latency
+of synchronous octet messaging using ACE wrapper-facades for the SCTP
+protocol. Currently these programs provide the only example code on
+how to use ACE's wrapper-facades for SCTP. In the future additonal
+code will be placed in the ACE_wrappers/examples/IPC_SAP/SOCK_SAP
+directory.
+
+SOCK_STREAM_clt and SOCK_STREAM_srv use the SOCK_STREAM service
+provided by SCTP via ACE's SOCK_Connector, SOCK_Stream,
+SOCK_Association wrapper-facade classes.
+
+SOCK_SEQPACK_clt and SOCK_SEQPACK_srv use the SOCK_SEQPACKET service
+provided by SCTP via ACE's SOCK_SEQPACK_Connector,
+SOCK_SEQPACK_Association and SOCK_SEQPACK_Acceptor wrapper-facade
+classes.
+
+Additional information can be found in the following README files also
+located in this directory.
+
+ README.SCTP - Brief description of the major features and benefits
+ SCTP protocol and references for further information.
+
+ README.SCTP_in_ACE - Description of the wrapper-facade classes that
+ ACE provides to use SCTP, general usage
+ guidance, release notes, technical point of
+ contact information.
+
+ README.SCTP_PERF_TEST - Detailed description on how to use the
+ performance tests and the run_spectrum.pl
+ script contained in this directory.
+ Discussion of the baseline performance
+ results contained in the sctp-perf
+ sub-directory.
+
+ THANKS - Documents all the people who contributed to the development
+ of the ACE wrapper-facades for SCTP and the SCIOP (SCTP
+ Inter-ORB Protocol) for TAO. Information on that can be
+ found in ACE_wrappers/TAO/tao/Strategies/README.SCIOP
+
+General requests for information beyond what is contained in these
+files can be sent to either of the following individuals.
+
+Patrick Lardieri plardier@atl.lmco.com
+Gautam Thaker gthaker@atl.lmco.com
+
+This work was sponsored by DARPA/IXO PCES Program.