aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-09-18 23:27:37 +0100
committerJustin Clark-Casey (justincc)2013-09-26 20:06:47 +0100
commitde4d568923e04fa82df7f0c7b36aa8b3fb86b463 (patch)
tree646a1d5a372faa1830c6141475a9fb64eff49515
parentminor: correct method name in comment (diff)
downloadopensim-SC_OLD-de4d568923e04fa82df7f0c7b36aa8b3fb86b463.zip
opensim-SC_OLD-de4d568923e04fa82df7f0c7b36aa8b3fb86b463.tar.gz
opensim-SC_OLD-de4d568923e04fa82df7f0c7b36aa8b3fb86b463.tar.bz2
opensim-SC_OLD-de4d568923e04fa82df7f0c7b36aa8b3fb86b463.tar.xz
Add [SimulationService] section to GridHypergrid.ini and StandaloneHypergrid.ini
This was already in Grid.ini and Standalone.ini Default settings are same as previously, just introduce a debug ConnectorProtocolVersion parameter
-rw-r--r--bin/config-include/GridHypergrid.ini11
-rw-r--r--bin/config-include/StandaloneHypergrid.ini10
2 files changed, 21 insertions, 0 deletions
diff --git a/bin/config-include/GridHypergrid.ini b/bin/config-include/GridHypergrid.ini
index 7edcafb..d416ee9 100644
--- a/bin/config-include/GridHypergrid.ini
+++ b/bin/config-include/GridHypergrid.ini
@@ -35,6 +35,17 @@
35 SimulationServiceInConnector = true 35 SimulationServiceInConnector = true
36 LibraryModule = true 36 LibraryModule = true
37 37
38[SimulationService]
39 ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport
40 ; It is used to control the teleport handoff process.
41 ; Valid values are
42 ; "SIMULATION/0.2"
43 ; - this is the default. A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol
44 ; - this protocol is more efficient than "SIMULATION/0.1"
45 ; "SIMULATION/0.1"
46 ; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before.
47 ConnectorProtocolVersion = "SIMULATION/0.2"
48
38[Profile] 49[Profile]
39 Module = "BasicProfileModule" 50 Module = "BasicProfileModule"
40 51
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index 3abf49b..4dd35c0 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -38,6 +38,16 @@
38 SimulationServiceInConnector = true 38 SimulationServiceInConnector = true
39 MapImageServiceInConnector = true 39 MapImageServiceInConnector = true
40 40
41[SimulationService]
42 ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport
43 ; It is used to control the teleport handoff process.
44 ; Valid values are
45 ; "SIMULATION/0.2"
46 ; - this is the default. A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol
47 ; - this protocol is more efficient than "SIMULATION/0.1"
48 ; "SIMULATION/0.1"
49 ; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before.
50 ConnectorProtocolVersion = "SIMULATION/0.2"
41 51
42[Messaging] 52[Messaging]
43 MessageTransferModule = HGMessageTransferModule 53 MessageTransferModule = HGMessageTransferModule