aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/Standalone.ini
diff options
context:
space:
mode:
Diffstat (limited to 'bin/config-include/Standalone.ini')
-rw-r--r--bin/config-include/Standalone.ini8
1 files changed, 6 insertions, 2 deletions
diff --git a/bin/config-include/Standalone.ini b/bin/config-include/Standalone.ini
index 0072be5..887f4d8 100644
--- a/bin/config-include/Standalone.ini
+++ b/bin/config-include/Standalone.ini
@@ -31,12 +31,16 @@
31 ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport 31 ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport
32 ; It is used to control the teleport handoff process. 32 ; It is used to control the teleport handoff process.
33 ; Valid values are 33 ; Valid values are
34 ; "SIMULATION/0.3"
35 ; - This is the default, and it supports teleports to variable-sized regions
36 ; - Older versions can teleport to this one, but only if the destination region
37 ; is 256x256
34 ; "SIMULATION/0.2" 38 ; "SIMULATION/0.2"
35 ; - this is the default. A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol 39 ; - A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol
36 ; - this protocol is more efficient than "SIMULATION/0.1" 40 ; - this protocol is more efficient than "SIMULATION/0.1"
37 ; "SIMULATION/0.1" 41 ; "SIMULATION/0.1"
38 ; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before. 42 ; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before.
39 ConnectorProtocolVersion = "SIMULATION/0.2" 43 ConnectorProtocolVersion = "SIMULATION/0.3"
40 44
41[SimulationDataStore] 45[SimulationDataStore]
42 LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService" 46 LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService"