mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
merge master
This commit is contained in:
@@ -81,6 +81,9 @@ namespace OpenSim.Server
|
||||
ServicePointManager.UseNagleAlgorithm = false;
|
||||
ServicePointManager.ServerCertificateValidationCallback = ValidateServerCertificate;
|
||||
|
||||
try { ServicePointManager.DnsRefreshTimeout = 120000; } // just is case some mono decides to have it infinity
|
||||
catch { }
|
||||
|
||||
m_Server = new HttpServerBase("R.O.B.U.S.T.", args);
|
||||
|
||||
string registryLocation;
|
||||
|
||||
Reference in New Issue
Block a user