From e8f363ff907f6e4d102bf9fdbcbf837828995a3e Mon Sep 17 00:00:00 2001
From: Diva Canto
Date: Fri, 6 Jun 2014 14:50:38 -0700
Subject: Missed this ini change in previous commit

---
 bin/OpenSimDefaults.ini | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 55cf5cf..2a7e4c3 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -689,12 +689,16 @@
 [EntityTransfer]
     ; The maximum protocol version that we will use for outgoing transfers
     ; Valid values are 
+    ; "SIMULATION/0.3" 
+    ;   - This is the default, and it supports teleports to variable-sized regions
+    ;   - Older versions can teleport to this one, but only if the destination region
+    ;     is 256x256
     ; "SIMULATION/0.2"
-    ;   - this is the default.  A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol
+    ;   - A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol
     ;   - this protocol is more efficient than "SIMULATION/0.1"
     ; "SIMULATION/0.1" 
     ;   - this is an older teleport protocol used in OpenSimulator 0.7.5 and before.
-    MaxOutgoingTransferVersion = "SIMULATION/0.2"
+    MaxOutgoingTransferVersion = "SIMULATION/0.3"
 
     ; The maximum distance in regions that an agent is allowed to teleport 
     ; along the x or y axis. This is set to 16383 because current viewers 
-- 
cgit v1.1