diff options
-rw-r--r-- | bin/config-include/GridHypergrid.ini | 11 | ||||
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 10 |
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 |