aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorAdam Frisby2009-05-02 19:09:48 +0000
committerAdam Frisby2009-05-02 19:09:48 +0000
commit0b2a34438c9d904e7be1d85024689d09c60a4b4a (patch)
treeee56a16b6789ac635d098b86471b3b9a6d3282fc /bin
parentPlumb conifg into the client views. Add config option to configure packet (diff)
downloadopensim-SC_OLD-0b2a34438c9d904e7be1d85024689d09c60a4b4a.zip
opensim-SC_OLD-0b2a34438c9d904e7be1d85024689d09c60a4b4a.tar.gz
opensim-SC_OLD-0b2a34438c9d904e7be1d85024689d09c60a4b4a.tar.bz2
opensim-SC_OLD-0b2a34438c9d904e7be1d85024689d09c60a4b4a.tar.xz
* Makes ObjectUpdate compressing tweakable in OpenSim.ini - introduces:
TerseUpdatesPerPacket=10 FullUpdatesPerPacket=14 TerseUpdateRate=10 FullUpdateRate=14
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index f11310a..8ae6e00 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -1279,3 +1279,9 @@
1279[LLClient] 1279[LLClient]
1280 ; Resend packets markes as reliable until they are received 1280 ; Resend packets markes as reliable until they are received
1281 ;ReliableIsImportant = false 1281 ;ReliableIsImportant = false
1282
1283 ; Configures how ObjectUpdates are compressed.
1284 ;TerseUpdatesPerPacket=10
1285 ;FullUpdatesPerPacket=14
1286 ;TerseUpdateRate=10
1287 ;FullUpdateRate=14