diff options
author | Sean Dague | 2007-12-13 19:50:21 +0000 |
---|---|---|
committer | Sean Dague | 2007-12-13 19:50:21 +0000 |
commit | f773733fcb6ef18ddb70d597cdf6f1e334dcf13e (patch) | |
tree | dd59cbd8f684a9fc4f0ad656738857170905c6b2 /bin | |
parent | Enabled the sit_ground animation. The sit state is not properly set, but it ... (diff) | |
download | opensim-SC_OLD-f773733fcb6ef18ddb70d597cdf6f1e334dcf13e.zip opensim-SC_OLD-f773733fcb6ef18ddb70d597cdf6f1e334dcf13e.tar.gz opensim-SC_OLD-f773733fcb6ef18ddb70d597cdf6f1e334dcf13e.tar.bz2 opensim-SC_OLD-f773733fcb6ef18ddb70d597cdf6f1e334dcf13e.tar.xz |
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.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index f57b70a..ec7147f 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -58,6 +58,9 @@ dump_assets_to_file = false | |||
58 | http_listener_port = 9000 | 58 | http_listener_port = 9000 |
59 | remoting_listener_port = 8895 | 59 | remoting_listener_port = 8895 |
60 | 60 | ||
61 | ; Uncomment below to enable llRemoteData/remote channels | ||
62 | ; remoteDataPort = 20800 | ||
63 | |||
61 | grid_server_url = "http://127.0.0.1:8001" | 64 | grid_server_url = "http://127.0.0.1:8001" |
62 | grid_send_key = "null" | 65 | grid_send_key = "null" |
63 | grid_recv_key = "null" | 66 | grid_recv_key = "null" |