diff options
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 7954a14..8da4daf 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -636,7 +636,6 @@ | |||
636 | Cap_AvatarPickerSearch = "localhost" | 636 | Cap_AvatarPickerSearch = "localhost" |
637 | 637 | ||
638 | 638 | ||
639 | |||
640 | [Chat] | 639 | [Chat] |
641 | ; Controls whether the chat module is enabled. Default is true. | 640 | ; Controls whether the chat module is enabled. Default is true. |
642 | enabled = true; | 641 | enabled = true; |
@@ -652,6 +651,15 @@ | |||
652 | 651 | ||
653 | 652 | ||
654 | [EntityTransfer] | 653 | [EntityTransfer] |
654 | ; The maximum protocol version that we will use for outgoing transfers | ||
655 | ; Valid values are | ||
656 | ; "SIMULATION/0.2" | ||
657 | ; - this is the default. A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol | ||
658 | ; - this protocol is more efficient than "SIMULATION/0.1" | ||
659 | ; "SIMULATION/0.1" | ||
660 | ; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before. | ||
661 | MaxOutgoingTransferVersion = "SIMULATION/0.2" | ||
662 | |||
655 | ; The maximum distance in regions that an agent is allowed to teleport | 663 | ; The maximum distance in regions that an agent is allowed to teleport |
656 | ; along the x or y axis. This is set to 16383 because current viewers | 664 | ; along the x or y axis. This is set to 16383 because current viewers |
657 | ; can't handle teleports that are greater than this distance | 665 | ; can't handle teleports that are greater than this distance |