diff options
author | BlueWall | 2012-11-19 21:47:49 -0500 |
---|---|---|
committer | BlueWall | 2012-11-19 21:51:37 -0500 |
commit | 665f79e15c1de3a98f777004cba278625b8b3181 (patch) | |
tree | 3ee94323b49ea6dcb57ca2dab7700bba2e2aa8fe /bin/OpenSimDefaults.ini | |
parent | BulletSim: Use base class constructors for initialization of BSShape and othe... (diff) | |
download | opensim-SC_OLD-665f79e15c1de3a98f777004cba278625b8b3181.zip opensim-SC_OLD-665f79e15c1de3a98f777004cba278625b8b3181.tar.gz opensim-SC_OLD-665f79e15c1de3a98f777004cba278625b8b3181.tar.bz2 opensim-SC_OLD-665f79e15c1de3a98f777004cba278625b8b3181.tar.xz |
Expose configuration options for the XmlRpcGridRouter
Expose configuration options for the XmlRpcGridRouter to allow simulators to register llRemoteData channels with an external routing service
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index ed1b969..c81c658 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -429,20 +429,6 @@ | |||
429 | ; many simultaneous requests, default is 30 and is currently applied only to assets | 429 | ; many simultaneous requests, default is 30 and is currently applied only to assets |
430 | ;MaxRequestConcurrency = 30 | 430 | ;MaxRequestConcurrency = 30 |
431 | 431 | ||
432 | [XMLRPC] | ||
433 | ; ## | ||
434 | ; ## Scripting XMLRPC mapper | ||
435 | ; ## | ||
436 | |||
437 | ; If enabled, this will post an event, "xmlrpc_uri(string)" to the | ||
438 | ; script concurrently with the first remote_data event. | ||
439 | ; This will contain the fully qualified URI an external site needs | ||
440 | ; to use to send XMLRPC requests to that script | ||
441 | |||
442 | ;XmlRpcRouterModule = "XmlRpcRouterModule" | ||
443 | ;XmlRpcPort = 20800 | ||
444 | |||
445 | |||
446 | [ClientStack.LindenUDP] | 432 | [ClientStack.LindenUDP] |
447 | ; Set this to true to process incoming packets asynchronously. Networking is | 433 | ; Set this to true to process incoming packets asynchronously. Networking is |
448 | ; already separated from packet handling with a queue, so this will only | 434 | ; already separated from packet handling with a queue, so this will only |