diff options
Diffstat (limited to 'cpp/test/Ice/timeout/Client.cpp')
-rw-r--r-- | cpp/test/Ice/timeout/Client.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/test/Ice/timeout/Client.cpp b/cpp/test/Ice/timeout/Client.cpp index 848f87d1e80..62ddac641b8 100644 --- a/cpp/test/Ice/timeout/Client.cpp +++ b/cpp/test/Ice/timeout/Client.cpp @@ -56,12 +56,6 @@ main(int argc, char* argv[]) initData.properties->setProperty("Ice.Warn.Connections", "0"); // - // We need to send messages large enough to cause the transport - // buffers to fill up. - // - initData.properties->setProperty("Ice.MessageSizeMax", "20000"); - - // // Limit the send buffer size, this test relies on the socket // send() blocking after sending a given amount of data. // |