diff options
Diffstat (limited to 'cpp/test/Ice/background/Server.cpp')
-rw-r--r-- | cpp/test/Ice/background/Server.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cpp/test/Ice/background/Server.cpp b/cpp/test/Ice/background/Server.cpp index e922ef0977c..55fb0c228a8 100644 --- a/cpp/test/Ice/background/Server.cpp +++ b/cpp/test/Ice/background/Server.cpp @@ -135,10 +135,9 @@ main(int argc, char* argv[]) initData.properties->setProperty("Ice.MessageSizeMax", "50000"); - // - // Workaround for OpenSSL SSL_write non blocking - // - initData.properties->setProperty("Ice.TCP.RcvSize", "256000"); + // This test relies on filling the TCP send/recv buffer, so + // we rely on a fixed value for these buffers. + initData.properties->setProperty("Ice.TCP.RcvSize", "50000"); // // Setup the test transport plug-in. |