turn off Nangle on users of ServivePointManager like webrequests

avinationmerge
UbitUmarov 2014-09-17 14:47:36 +01:00
parent 1953a0f4e0
commit f254761649
1 changed files with 1 additions and 0 deletions

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);