diff options
author | Justin Clarke Casey | 2008-11-03 19:02:44 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-11-03 19:02:44 +0000 |
commit | 8dbd0118a84fa065b675bedae3be802618cd1e9e (patch) | |
tree | e2c433f62a0080082455da726a7f1b5e7c18f102 /OpenSim/Region/ClientStack/ClientStackUserSettings.cs | |
parent | * minor: don't need to null check config source in clientstack settings since... (diff) | |
download | opensim-SC_OLD-8dbd0118a84fa065b675bedae3be802618cd1e9e.zip opensim-SC_OLD-8dbd0118a84fa065b675bedae3be802618cd1e9e.tar.gz opensim-SC_OLD-8dbd0118a84fa065b675bedae3be802618cd1e9e.tar.bz2 opensim-SC_OLD-8dbd0118a84fa065b675bedae3be802618cd1e9e.tar.xz |
* Pull client throttle multipler setting out of config source. Not an adjustable setting yet (and then only for debug purposes)
Diffstat (limited to 'OpenSim/Region/ClientStack/ClientStackUserSettings.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientStackUserSettings.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/ClientStackUserSettings.cs b/OpenSim/Region/ClientStack/ClientStackUserSettings.cs index d34ae34..55ccdca 100644 --- a/OpenSim/Region/ClientStack/ClientStackUserSettings.cs +++ b/OpenSim/Region/ClientStack/ClientStackUserSettings.cs | |||
@@ -39,5 +39,11 @@ namespace OpenSim.Region.ClientStack | |||
39 | /// The settings for the throttle that governs how many packets in total are sent to the client. | 39 | /// The settings for the throttle that governs how many packets in total are sent to the client. |
40 | /// </summary> | 40 | /// </summary> |
41 | public ThrottleSettings TotalThrottleSettings; | 41 | public ThrottleSettings TotalThrottleSettings; |
42 | |||
43 | /// <summary> | ||
44 | /// A multiplier applied to all client throttle settings. This is hopefully a temporary setting to iron out | ||
45 | /// bugs that appear if the existing incorrect * 8 throttle (bytes instead of bits) is corrected. | ||
46 | /// </summary> | ||
47 | public int ClientThrottleMultipler; | ||
42 | } | 48 | } |
43 | } | 49 | } |