From d17314f331a40f58bae6ae891bc87f018c430450 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 13 Mar 2009 17:34:11 +0000 Subject: * Config preview round 2 --- .../protocols/client/lindenlab.ini.example | 27 ---------------------- .../protocols/grid/interregion.ini.example | 12 ---------- .../protocols/intergrid/ogp.ini.example | 16 ------------- 3 files changed, 55 deletions(-) delete mode 100644 bin/config.preview.donotuseyet/protocols/client/lindenlab.ini.example delete mode 100644 bin/config.preview.donotuseyet/protocols/grid/interregion.ini.example delete mode 100644 bin/config.preview.donotuseyet/protocols/intergrid/ogp.ini.example (limited to 'bin/config.preview.donotuseyet/protocols') diff --git a/bin/config.preview.donotuseyet/protocols/client/lindenlab.ini.example b/bin/config.preview.donotuseyet/protocols/client/lindenlab.ini.example deleted file mode 100644 index 965e1c7..0000000 --- a/bin/config.preview.donotuseyet/protocols/client/lindenlab.ini.example +++ /dev/null @@ -1,27 +0,0 @@ -; This file shows initialization defaults for OpenSimulator. If you want to override these -; please copy/rename this file from .ini.example file to .ini. For example -; -; chat.ini.example => chat.ini -; -; or you can copy and paste the settings from this file directly to bin/OpenSim.ini -; - -[ClientStack.LindenUDP] - ; This is the multiplier applied to all client throttles for outgoing UDP network data - ; If it is set to 1, then we obey the throttle settings as given to us by the client. If it is set to 3, for example, then we - ; multiply that setting by 3 (e.g. if the client gives us a setting of 250 kilobits per second then we - ; will actually push down data at a maximum rate of 750 kilobits per second). - ; - ; In principle, setting a multiplier greater than 1 will allow data to be pushed down to a client much faster - ; than its UI allows the setting to go. This may be okay in some situations, such as standalone OpenSim - ; applications on a LAN. However, the greater the multipler, the higher the risk of packet drop, resulting - ; in symptoms such as missing terrain or objects. A much better solution is to change the client UI to allow - ; higher network bandwidth settings directly, though this isn't always possible. - ; - ; Currently this setting is 2 by default because we currently send much more texture data than is strictly - ; necessary. A setting of 1 could result in slow texture transfer. This will be fixed when the transfer - ; of textures at different levels of quality is improved. - ; - ; Pre r7113, this setting was not exposed but was effectively 8. You may want to try this if you encounter - ; unexpected difficulties - client_throttle_multiplier = 2; diff --git a/bin/config.preview.donotuseyet/protocols/grid/interregion.ini.example b/bin/config.preview.donotuseyet/protocols/grid/interregion.ini.example deleted file mode 100644 index 0199636..0000000 --- a/bin/config.preview.donotuseyet/protocols/grid/interregion.ini.example +++ /dev/null @@ -1,12 +0,0 @@ -; This file shows initialization defaults for OpenSimulator. If you want to override these -; please copy/rename this file from .ini.example file to .ini. For example -; -; chat.ini.example => chat.ini -; -; or you can copy and paste the settings from this file directly to bin/OpenSim.ini -; - -[Communications] - -;InterregionComms = "LocalComms" -InterregionComms = "RESTComms" diff --git a/bin/config.preview.donotuseyet/protocols/intergrid/ogp.ini.example b/bin/config.preview.donotuseyet/protocols/intergrid/ogp.ini.example deleted file mode 100644 index 90afcf0..0000000 --- a/bin/config.preview.donotuseyet/protocols/intergrid/ogp.ini.example +++ /dev/null @@ -1,16 +0,0 @@ -; This file shows initialization defaults for OpenSimulator. If you want to override these -; please copy/rename this file from .ini.example file to .ini. For example -; -; chat.ini.example => chat.ini -; -; or you can copy and paste the settings from this file directly to bin/OpenSim.ini -; - -[OpenGridProtocol] - ;These are the settings for the Open Grid Protocol.. the Agent Domain, Region Domain, you know.. - ;On/true or Off/false - ogp_enabled=false - - ;Name Prefix/suffix when using OGP - ogp_firstname_prefix="" - ogp_lastname_suffix="_EXTERNAL" -- cgit v1.1