turn off Nangle on users of ServivePointManager like webrequests

This commit is contained in:
UbitUmarov
2014-09-17 14:47:36 +01:00
parent 1953a0f4e0
commit f254761649

View File

@@ -75,6 +75,7 @@ namespace OpenSim
new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException);
ServicePointManager.DefaultConnectionLimit = 12;
ServicePointManager.UseNagleAlgorithm = false;
// Add the arguments supplied when running the application to the configuration
ArgvConfigSource configSource = new ArgvConfigSource(args);