Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |