summaryrefslogtreecommitdiff
path: root/TAO/tests/Big_Reply/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Big_Reply/README')
-rw-r--r--TAO/tests/Big_Reply/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/TAO/tests/Big_Reply/README b/TAO/tests/Big_Reply/README
new file mode 100644
index 00000000000..cc4ea07c8c9
--- /dev/null
+++ b/TAO/tests/Big_Reply/README
@@ -0,0 +1,18 @@
+/**
+
+@page Muxing Test README File
+
+ A stress test for receiving large replies. This test is a part
+ of the bug 575 test suite. One of the problems that users have
+ faced in a reactive configuration is that the clients have not
+ been able to receive large replies from the server. This test
+ actually tests that feature. This test will not work till we
+ check in bug 575 fixes.
+
+ To run the test use the run_test.pl script:
+
+$ ./run_test.pl
+
+ the script returns 0 if the test was successful.
+
+*/