aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorJohn Hurliman2009-10-14 16:21:48 -0700
committerJohn Hurliman2009-10-14 16:21:48 -0700
commit82012ec4e3c441021795c66112a66e002d459e73 (patch)
treee14187ec631f08cb56e0c5da3a28aa8cb727b378 /bin/OpenSim.ini.example
parent* Switched to a plain lock for the ClientManager collections and protected th... (diff)
downloadopensim-SC_OLD-82012ec4e3c441021795c66112a66e002d459e73.zip
opensim-SC_OLD-82012ec4e3c441021795c66112a66e002d459e73.tar.gz
opensim-SC_OLD-82012ec4e3c441021795c66112a66e002d459e73.tar.bz2
opensim-SC_OLD-82012ec4e3c441021795c66112a66e002d459e73.tar.xz
* Clean up the SetThrottle() code and add a maxBurstRate parameter to allow more tweaking in the future
Diffstat (limited to '')
-rw-r--r--bin/OpenSim.ini.example17
1 files changed, 10 insertions, 7 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 0ab6257..983a7e5 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -357,19 +357,19 @@
357 ; net.core.rmem_max=X") 357 ; net.core.rmem_max=X")
358 ;client_socket_rcvbuf_size = 8388608 358 ;client_socket_rcvbuf_size = 8388608
359 359
360 ; Maximum outbound bits per second for a single scene. This can be used to 360 ; Maximum outbound bytes per second for a single scene. This can be used to
361 ; throttle total outbound UDP traffic for a simulator. The default value is 361 ; throttle total outbound UDP traffic for a simulator. The default value is
362 ; 0, meaning no throttling at the scene level. The example given here is 362 ; 0, meaning no throttling at the scene level. The example given here is
363 ; 20 megabits 363 ; 20 megabits
364 ;scene_throttle_max_bps = 20971520 364 ;scene_throttle_max_bps = 2621440
365 365
366 ; Maximum bits per second to send to any single client. This will override 366 ; Maximum bits per second to send to any single client. This will override
367 ; the user's viewer preference settings. The default value is 0, meaning no 367 ; the user's viewer preference settings. The default value is 0, meaning no
368 ; aggregate throttling on clients (only per-category throttling). The 368 ; aggregate throttling on clients (only per-category throttling). The
369 ; example given here is 1.5 megabits 369 ; example given here is 1.5 megabits
370 ;client_throttle_max_bps = 1572864 370 ;client_throttle_max_bps = 196608
371 371
372 ; Per-client bits per second rates for the various throttle categories. 372 ; Per-client bytes per second rates for the various throttle categories.
373 ; These are default values that will be overriden by clients 373 ; These are default values that will be overriden by clients
374 ;resend_default = 12500 374 ;resend_default = 12500
375 ;land_default = 500 375 ;land_default = 500
@@ -378,16 +378,19 @@
378 ;task_default = 500 378 ;task_default = 500
379 ;texture_default = 500 379 ;texture_default = 500
380 ;asset_default = 500 380 ;asset_default = 500
381 ;state_default = 500
381 382
382 ; Per-client maximum burst rates in bits per second for the various throttle 383 ; Per-client maximum burst rates in bytes per second for the various
383 ; categories. These are default values that will be overriden by clients 384 ; throttle categories. These are default values that will be overriden by
385 ; clients
384 ;resend_limit = 18750 386 ;resend_limit = 18750
385 ;land_limit = 29750 387 ;land_limit = 29750
386 ;wind_limit = 18750 388 ;wind_limit = 18750
387 ;cloud_limit = 18750 389 ;cloud_limit = 18750
388 ;task_limit = 55750 390 ;task_limit = 18750
389 ;texture_limit = 55750 391 ;texture_limit = 55750
390 ;asset_limit = 27500 392 ;asset_limit = 27500
393 ;state_limit = 37000
391 394
392[Chat] 395[Chat]
393 ; Controls whether the chat module is enabled. Default is true. 396 ; Controls whether the chat module is enabled. Default is true.