diff options
author | Justin Clark-Casey (justincc) | 2013-09-18 23:27:37 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-09-18 23:27:37 +0100 |
commit | ac0a527976cda9d138d1b8967e81be4767e9f332 (patch) | |
tree | 5f46ebab89a29d4bd6c8f4ec20613d8e51eb0d29 /bin/config-include/StandaloneHypergrid.ini | |
parent | minor: correct method name in comment (diff) | |
download | opensim-SC-ac0a527976cda9d138d1b8967e81be4767e9f332.zip opensim-SC-ac0a527976cda9d138d1b8967e81be4767e9f332.tar.gz opensim-SC-ac0a527976cda9d138d1b8967e81be4767e9f332.tar.bz2 opensim-SC-ac0a527976cda9d138d1b8967e81be4767e9f332.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
Diffstat (limited to 'bin/config-include/StandaloneHypergrid.ini')
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 10 |
1 files changed, 10 insertions, 0 deletions
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 |