diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSimDefaults.ini | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index fd6e8b7..8fbc5a8 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -689,12 +689,16 @@ | |||
689 | [EntityTransfer] | 689 | [EntityTransfer] |
690 | ; The maximum protocol version that we will use for outgoing transfers | 690 | ; The maximum protocol version that we will use for outgoing transfers |
691 | ; Valid values are | 691 | ; Valid values are |
692 | ; "SIMULATION/0.3" | ||
693 | ; - This is the default, and it supports teleports to variable-sized regions | ||
694 | ; - Older versions can teleport to this one, but only if the destination region | ||
695 | ; is 256x256 | ||
692 | ; "SIMULATION/0.2" | 696 | ; "SIMULATION/0.2" |
693 | ; - this is the default. A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol | 697 | ; - A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol |
694 | ; - this protocol is more efficient than "SIMULATION/0.1" | 698 | ; - this protocol is more efficient than "SIMULATION/0.1" |
695 | ; "SIMULATION/0.1" | 699 | ; "SIMULATION/0.1" |
696 | ; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before. | 700 | ; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before. |
697 | MaxOutgoingTransferVersion = "SIMULATION/0.2" | 701 | MaxOutgoingTransferVersion = "SIMULATION/0.3" |
698 | 702 | ||
699 | ; The maximum distance in regions that an agent is allowed to teleport | 703 | ; The maximum distance in regions that an agent is allowed to teleport |
700 | ; along the x or y axis. This is set to 16383 because current viewers | 704 | ; along the x or y axis. This is set to 16383 because current viewers |