summaryrefslogtreecommitdiff
path: root/ACE/tests/Proactor_Test.cpp
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2007-06-27 13:51:52 +0000
committerSteve Huston <shuston@riverace.com>2007-06-27 13:51:52 +0000
commitd92a4bf09215e5fbb701f8cab93fd7b00a588bf1 (patch)
tree6c806ae81724ad881771f9f04716ff88aa21b16d /ACE/tests/Proactor_Test.cpp
parent1af9f19025d7cbae5130743574bfd3fc7afdd968 (diff)
downloadATCD-d92a4bf09215e5fbb701f8cab93fd7b00a588bf1.tar.gz
ChangeLogTag:Wed Jun 27 13:48:50 UTC 2007 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/tests/Proactor_Test.cpp')
-rw-r--r--ACE/tests/Proactor_Test.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/ACE/tests/Proactor_Test.cpp b/ACE/tests/Proactor_Test.cpp
index eb94ffbe3de..fba68cc4d6d 100644
--- a/ACE/tests/Proactor_Test.cpp
+++ b/ACE/tests/Proactor_Test.cpp
@@ -1796,6 +1796,11 @@ parse_args (int argc, ACE_TCHAR *argv[])
// Default transfer limit 50 messages per Sender
xfer_limit = 50 * ACE_OS::strlen (complete_message);
+ // Linux kernels up to at least 2.6.9 (RHEL 4) can't do full duplex aio.
+# if defined (linux)
+ duplex = 0;
+#endif
+
if (argc == 1) // no arguments , so one button test
return 0;