diff options
Diffstat (limited to 'bin/config-include/StandaloneHypergrid.ini')
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini index f39cf09..ccb80cb 100644 --- a/bin/config-include/StandaloneHypergrid.ini +++ b/bin/config-include/StandaloneHypergrid.ini | |||
@@ -42,12 +42,16 @@ | |||
42 | ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport | 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. | 43 | ; It is used to control the teleport handoff process. |
44 | ; Valid values are | 44 | ; Valid values are |
45 | ; "SIMULATION/0.3" | ||
46 | ; - This is the default, and it supports teleports to variable-sized regions | ||
47 | ; - Older versions can teleport to this one, but only if the destination region | ||
48 | ; is 256x256 | ||
45 | ; "SIMULATION/0.2" | 49 | ; "SIMULATION/0.2" |
46 | ; - this is the default. A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol | 50 | ; - 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" | 51 | ; - this protocol is more efficient than "SIMULATION/0.1" |
48 | ; "SIMULATION/0.1" | 52 | ; "SIMULATION/0.1" |
49 | ; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before. | 53 | ; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before. |
50 | ConnectorProtocolVersion = "SIMULATION/0.2" | 54 | ConnectorProtocolVersion = "SIMULATION/0.3" |
51 | 55 | ||
52 | [Messaging] | 56 | [Messaging] |
53 | MessageTransferModule = HGMessageTransferModule | 57 | MessageTransferModule = HGMessageTransferModule |