aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorMic Bowman2014-12-29 18:46:33 -0800
committerMic Bowman2014-12-29 18:46:33 -0800
commit041a09ecb9eed43936a88312c11e9440bd3b6337 (patch)
tree302aaa42287f0171e51b461d8aa1b16f0dfc1c15 /bin/OpenSimDefaults.ini
parentAdd debugging code for simulating packet loss in outgoing UDP packets. The (diff)
downloadopensim-SC_OLD-041a09ecb9eed43936a88312c11e9440bd3b6337.zip
opensim-SC_OLD-041a09ecb9eed43936a88312c11e9440bd3b6337.tar.gz
opensim-SC_OLD-041a09ecb9eed43936a88312c11e9440bd3b6337.tar.bz2
opensim-SC_OLD-041a09ecb9eed43936a88312c11e9440bd3b6337.tar.xz
Enable runtime configuration of the minimum rate for adaptive
throttles. Setting adaptive_throttle_min_bps will change the minimum rate that the adapative throttles will drop to in case of network packet loss. The current rate default rate is 256kbps. The viewer can throttle rates under that amount, but the dynamic adaptation will not.
Diffstat (limited to '')
-rw-r--r--bin/OpenSimDefaults.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 3e9514e..212baab 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -544,6 +544,13 @@
544 ; 544 ;
545 ;client_throttle_max_bps = 187500 545 ;client_throttle_max_bps = 187500
546 546
547 ; Minimum bytes per second to send to any single client as a result of
548 ; adaptive throttling. Viewer preferences set to a lower number will
549 ; override the settin. The example given here ensures that adaptive
550 ; throttling will never decrease per client bandwidth below 256 kbps.
551 ;
552 ;adaptive_throttle_min_bps = 32000
553
547 ; Adaptive throttling attempts to limit network overload when multiple 554 ; Adaptive throttling attempts to limit network overload when multiple
548 ; clients login by starting each connection more slowly. Disabled by 555 ; clients login by starting each connection more slowly. Disabled by
549 ; default 556 ; default