diff options
author | UbitUmarov | 2014-09-17 14:47:36 +0100 |
---|---|---|
committer | UbitUmarov | 2014-09-17 14:47:36 +0100 |
commit | f25476164949bb774ce784ab7894e5f84d4c6b41 (patch) | |
tree | 1c866637f7a003fb139bedb17398d8dcccec3ddc /OpenSim | |
parent | Dont add to physics in a child update. It is missing several checks like (diff) | |
download | opensim-SC_OLD-f25476164949bb774ce784ab7894e5f84d4c6b41.zip opensim-SC_OLD-f25476164949bb774ce784ab7894e5f84d4c6b41.tar.gz opensim-SC_OLD-f25476164949bb774ce784ab7894e5f84d4c6b41.tar.bz2 opensim-SC_OLD-f25476164949bb774ce784ab7894e5f84d4c6b41.tar.xz |
turn off Nangle on users of ServivePointManager like webrequests
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Application/Application.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/Application.cs b/OpenSim/Region/Application/Application.cs index 3a4e5df..6215055 100644 --- a/OpenSim/Region/Application/Application.cs +++ b/OpenSim/Region/Application/Application.cs | |||
@@ -75,6 +75,7 @@ namespace OpenSim | |||
75 | new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException); | 75 | new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException); |
76 | 76 | ||
77 | ServicePointManager.DefaultConnectionLimit = 12; | 77 | ServicePointManager.DefaultConnectionLimit = 12; |
78 | ServicePointManager.UseNagleAlgorithm = false; | ||
78 | 79 | ||
79 | // Add the arguments supplied when running the application to the configuration | 80 | // Add the arguments supplied when running the application to the configuration |
80 | ArgvConfigSource configSource = new ArgvConfigSource(args); | 81 | ArgvConfigSource configSource = new ArgvConfigSource(args); |