preliminary inter region communications (between regions in different instances) now works, so child agents and border crossings (and teleporting) now work.

The .net remoting is still very basic: we need security sinks added.
And we really need the OGS 2 protocol as soon as possible.
This commit is contained in:
MW
2007-07-10 20:52:43 +00:00
parent ebdc64730a
commit f0ecc1de4c
5 changed files with 97 additions and 10 deletions

View File

@@ -26,9 +26,11 @@
*
*/
using libsecondlife;
using System;
namespace OpenSim.Framework.Types
{
[Serializable]
public class AgentCircuitData
{
public AgentCircuitData() { }

View File

@@ -130,6 +130,7 @@ namespace OpenSim.Framework.Types
m_remotingPort = value;
}
}
public string RemotingAddress;
public string DataStore = "";
public bool isSandbox = false;