aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorDiva Canto2014-06-06 14:50:38 -0700
committerDiva Canto2014-06-06 14:50:38 -0700
commit2766b37d8bac60de24897f4cea4f18545900219c (patch)
tree3ba21fc4c35789cad6ead70519e8813b0646af88 /bin
parentAdded simulation version compatibility check so that agents coming from 0.7.6... (diff)
downloadopensim-SC_OLD-2766b37d8bac60de24897f4cea4f18545900219c.zip
opensim-SC_OLD-2766b37d8bac60de24897f4cea4f18545900219c.tar.gz
opensim-SC_OLD-2766b37d8bac60de24897f4cea4f18545900219c.tar.bz2
opensim-SC_OLD-2766b37d8bac60de24897f4cea4f18545900219c.tar.xz
Missed this ini change in previous commit
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSimDefaults.ini8
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