summaryrefslogtreecommitdiff
path: root/ACE/tests/HTBP/README
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/HTBP/README')
-rw-r--r--ACE/tests/HTBP/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/ACE/tests/HTBP/README b/ACE/tests/HTBP/README
new file mode 100644
index 00000000000..65a2bde0320
--- /dev/null
+++ b/ACE/tests/HTBP/README
@@ -0,0 +1,16 @@
+$Id$
+
+Test cases for the HTTP Tunneling Bidirectional Protocol. For more
+information on the protocol itself, refer to ace/HTBP/README. These
+tests are adaptations of essential ACE SOCK tests, with the minimal
+changes to support using HTBP rather than SOCK.
+
+Contained in this directory:
+
+HTBP_Config.conf A sample configuration file. This file is site
+ specific, and must be editted before use.
+ping This test is shows the most basic connection
+ establishment with one request and reply.
+Reactor_Tests A test to show use through the reactor.
+Send_Large_Msg A test for sending large messages
+Send_Recv_Tests A test for a variety of message sending methods.