mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
From Michael Osias (IBM)
This patch makes some enhancements to the llRemoteData functions. The module is now a shared module, and allows remote data channels to be created among multiple regions in the same sim. The port is controlled from the remoteDataPort property under the [Network] section in OpenSim.ini. If this setting is not present or = 0, the module is disabled and no port is opened. llRemoteData commands have not effect when module is disabled.
This commit is contained in:
@@ -38,5 +38,6 @@ namespace OpenSim.Region.Environment.Interfaces
|
||||
bool hasRequests();
|
||||
RPCRequestInfo GetNextRequest();
|
||||
void RemoteDataReply(string channel, string message_id, string sdata, int idata);
|
||||
bool IsEnabled();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user