diff options
author | Jonathan Freedman | 2010-10-30 14:10:13 -0400 |
---|---|---|
committer | Jonathan Freedman | 2010-10-30 14:10:13 -0400 |
commit | e371d3208cdda87f8ea86adb591ed6225f0aa442 (patch) | |
tree | f481acfbafcb7134c00ff519c0c12b41e7815d02 /bin | |
parent | Merge branch 'master' into mantis5110 (diff) | |
parent | Logins work now, but avatars are green ugly gnomes. (diff) | |
download | opensim-SC_OLD-e371d3208cdda87f8ea86adb591ed6225f0aa442.zip opensim-SC_OLD-e371d3208cdda87f8ea86adb591ed6225f0aa442.tar.gz opensim-SC_OLD-e371d3208cdda87f8ea86adb591ed6225f0aa442.tar.bz2 opensim-SC_OLD-e371d3208cdda87f8ea86adb591ed6225f0aa442.tar.xz |
Merge branch 'master' into mantis5110
Conflicts:
OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSimDefaults.ini | 3 | ||||
-rw-r--r-- | bin/Robust.HG.ini.example | 4 | ||||
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 4 |
3 files changed, 7 insertions, 4 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 5ced7d5..de7c44c 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -328,8 +328,9 @@ | |||
328 | ; already separated from packet handling with a queue, so this will only | 328 | ; already separated from packet handling with a queue, so this will only |
329 | ; affect whether networking internals such as packet decoding and | 329 | ; affect whether networking internals such as packet decoding and |
330 | ; acknowledgement accounting are done synchronously or asynchronously | 330 | ; acknowledgement accounting are done synchronously or asynchronously |
331 | ; Default is true. | ||
331 | ; | 332 | ; |
332 | ;async_packet_handling = false | 333 | ;async_packet_handling = true |
333 | 334 | ||
334 | ; The client socket receive buffer size determines how many | 335 | ; The client socket receive buffer size determines how many |
335 | ; incoming requests we can process; the default on .NET is 8192 | 336 | ; incoming requests we can process; the default on .NET is 8192 |
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index b81642a..e1627c0 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -64,7 +64,9 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
64 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" | 64 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" |
65 | ; Realm = "regions" | 65 | ; Realm = "regions" |
66 | ; AllowDuplicateNames = "True" | 66 | ; AllowDuplicateNames = "True" |
67 | ; Check4096 = "False" | 67 | |
68 | ;; Perform distance check for the creation of a linked region | ||
69 | ; Check4096 = "True" | ||
68 | 70 | ||
69 | ;; Next, we can specify properties of regions, including default and fallback regions | 71 | ;; Next, we can specify properties of regions, including default and fallback regions |
70 | ;; The syntax is: Region_<RegionName> = "<flags>" | 72 | ;; The syntax is: Region_<RegionName> = "<flags>" |
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 2f021d5..1fcf043 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -53,8 +53,8 @@ | |||
53 | ;;--- For MySql region storage (alternative) | 53 | ;;--- For MySql region storage (alternative) |
54 | ;StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" | 54 | ;StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" |
55 | 55 | ||
56 | ; If HG, do you want this check on the distance to be performed? | 56 | ;; With hypergrid, perform distance check for the creation of a linked region |
57 | ; Check4096 = "False" | 57 | ; Check4096 = true |
58 | 58 | ||
59 | ;; Next, we can specify properties of regions, including default and fallback regions | 59 | ;; Next, we can specify properties of regions, including default and fallback regions |
60 | ;; The syntax is: Region_<RegioName> = "<flags>" | 60 | ;; The syntax is: Region_<RegioName> = "<flags>" |