Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In "show throttles", show the maximum drip rate. This shows whether a client ↵ | Oren Hurvitz | 2014-07-21 | 1 | -1/+2 |
| | | | | is being throttled due to past poor performance. | ||||
* | Adds a configuration option to cannibalize bandwidth from the | Mic Bowman | 2014-01-20 | 1 | -0/+14 |
| | | | | | | | | udp texture throttle and move it to the task throttle. Since most viewers are using http textures, the udp texture throttle is holding onto bw that could be used for more responsive prims updates. See the documentation for CannibalizeTextureRate in OpenSimDefaults.ini. Option is disabled by default. | ||||
* | Do some simple queue empty checks in the main outgoing udp loop instead of ↵ | Justin Clark-Casey (justincc) | 2013-07-21 | 1 | -17/+52 |
| | | | | | | | always performing these on a separate fired thread. This appears to improve cpu usage since launching a new thread is more expensive than performing a small amount of inline logic. However, needs testing at scale. | ||||
* | Added show client-stats [first last] command to expose what viewers are ↵ | Diva Canto | 2013-07-10 | 1 | -14/+13 |
| | | | | requesting. | ||||
* | Complete removal of the now unused state queue | Melanie | 2013-01-16 | 1 | -14/+3 |
| | |||||
* | Extend region console "show queues" command to show already collected time ↵ | Justin Clark-Casey (justincc) | 2012-07-24 | 1 | -1/+2 |
| | | | | since last packeted received by the simulator from a viewer. | ||||
* | minor: insert some commented out log lines which are a blunt but useful ↵ | Justin Clark-Casey (justincc) | 2011-10-12 | 1 | -2/+3 |
| | | | | instrument to see packet expiry and received acks | ||||
* | Improve some method doc for LLUDPClient, LLUDPServer and UnackedPacketCollection | Justin Clark-Casey (justincc) | 2011-10-12 | 1 | -7/+15 |
| | |||||
* | First stab at cleaning up Caps. Compiles. Untested. | Diva Canto | 2011-04-30 | 1 | -0/+697 |