diff options
Diffstat (limited to 'csharp/test/Ice/timeout/Server.cs')
-rw-r--r-- | csharp/test/Ice/timeout/Server.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/csharp/test/Ice/timeout/Server.cs b/csharp/test/Ice/timeout/Server.cs index 088bd469366..1db43419a87 100644 --- a/csharp/test/Ice/timeout/Server.cs +++ b/csharp/test/Ice/timeout/Server.cs @@ -38,6 +38,12 @@ public class Server : TestCommon.Application initData.properties.setProperty("Ice.Warn.Connections", "0"); // + // The client sends large messages to cause the transport + // buffers to fill up. + // + initData.properties.setProperty("Ice.MessageSizeMax", "20000"); + + // // Limit the recv buffer size, this test relies on the socket // send() blocking after sending a given amount of data. // |