diff options
author | Justin Clark-Casey (justincc) | 2013-09-19 22:45:50 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-09-19 22:45:50 +0100 |
commit | 979b17165b7e504385187ab082ef0a8cd50605bd (patch) | |
tree | c1a944a15b93f6e965f15a6c954c8c23a2476d58 /bin/OpenSimDefaults.ini | |
parent | minor: Make SP.MakeRootAgent() private - no external code has any business ca... (diff) | |
download | opensim-SC-979b17165b7e504385187ab082ef0a8cd50605bd.zip opensim-SC-979b17165b7e504385187ab082ef0a8cd50605bd.tar.gz opensim-SC-979b17165b7e504385187ab082ef0a8cd50605bd.tar.bz2 opensim-SC-979b17165b7e504385187ab082ef0a8cd50605bd.tar.xz |
For debug purposes, allow simulators to force use of earlier SIMULATION/0.1 teleport protocol even if SIMULATION/0.2 is available.
This is specified in the MaxOutgoingTransferVersion attribute of [EntityTransfer] in OpenSim.ini, see OpenSimDefaults.ini for more details.
Default remains "SIMULATION/0.2"
Primarily for http://opensimulator.org/mantis/view.php?id=6755
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 |