diff options
author | Benoit Foucher <benoit@zeroc.com> | 2014-12-12 14:30:09 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2014-12-12 14:30:09 +0100 |
commit | 2d87f0494362373597d3cc398b0009fa12b7d8cb (patch) | |
tree | 75c648743728792a759bf0de56d091489cb54430 /cpp/test/Ice/dispatcher/Client.cpp | |
parent | Fixed (ICE-6156) - C++ objects specified more than once warning (diff) | |
download | ice-2d87f0494362373597d3cc398b0009fa12b7d8cb.tar.bz2 ice-2d87f0494362373597d3cc398b0009fa12b7d8cb.tar.xz ice-2d87f0494362373597d3cc398b0009fa12b7d8cb.zip |
Fixed bug 6113 and added setting for the recv TCP buffer size
Diffstat (limited to 'cpp/test/Ice/dispatcher/Client.cpp')
-rw-r--r-- | cpp/test/Ice/dispatcher/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/dispatcher/Client.cpp b/cpp/test/Ice/dispatcher/Client.cpp index 54b4a3ba196..e7e64141eff 100644 --- a/cpp/test/Ice/dispatcher/Client.cpp +++ b/cpp/test/Ice/dispatcher/Client.cpp @@ -39,7 +39,7 @@ main(int argc, char* argv[]) // Limit the send buffer size, this test relies on the socket // send() blocking after sending a given amount of data. // - initData.properties->setProperty("Ice.TCP.SndSize", "100000"); + initData.properties->setProperty("Ice.TCP.SndSize", "50000"); #ifdef ICE_CPP11 Ice::DispatcherPtr dispatcher = new Dispatcher(); |