aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Recover from an internal mess-up in the outgoing packet queues by creatingMelanie2011-12-081-19/+36
| * | | | | Merge commit 'c5826d589ab2f33a71105bc2d3015ffbb7dd2973' into bigmergeMelanie2011-10-251-2/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge commit 'f9ffd2538f3bf300e8f751258a6129fb780b5b0a' into bigmergeMelanie2011-10-251-7/+15
| |\ \ \ \ \ \
| * | | | | | | Guard against a bad login leaving us with a null queueMelanie2011-08-091-1/+1
| * | | | | | | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-051-0/+10
* | | | | | | | Add debug ability to ignore reliably sent packets that are not acknowledged.Justin Clark-Casey (justincc)2015-01-211-0/+9
* | | | | | | | Make the performance controlling job processing threads introduced in confere...Justin Clark-Casey (justincc)2015-01-121-1/+1
* | | | | | | | Enable runtime configuration of the minimum rate for adaptiveMic Bowman2014-12-291-1/+1
* | | | | | | | Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)2014-11-251-1/+1
* | | | | | | | Fix recent regression where adaptive throttles stopped adjusting.Justin Clark-Casey (justincc)2014-11-251-18/+16
* | | | | | | | Fix an issue where specifying both max client and server outgoing UDP throttl...Justin Clark-Casey (justincc)2014-11-251-17/+26
* | | | | | | | Remove the unnecessary intermediate total token bucket.Justin Clark-Casey (justincc)2014-11-251-11/+2
* | | | | | | | Add basic regression test ThrottleTests.TestClientThrottleSetNoLimitJustin Clark-Casey (justincc)2014-11-251-0/+8
* | | | | | | | minor: add apparant total to logging when client sets throttlesJustin Clark-Casey (justincc)2014-11-251-2/+5
* | | | | | | | minor: fix bug in throttle logging where arguments were mismatchedJustin Clark-Casey (justincc)2014-11-251-1/+1
* | | | | | | | Add OutgoingPacketsQueuedCount clientstack stat.Justin Clark-Casey (justincc)2014-11-251-0/+27
* | | | | | | | Add "debug lludp throttle log <level> <avatar-first-name> <avatar-last-name>"...Justin Clark-Casey (justincc)2014-10-021-5/+42
* | | | | | | | Add "debug lludp data out" console command for logging outgoing data just bef...Justin Clark-Casey (justincc)2014-09-241-0/+6
* | | | | | | | Add experimental OutgoingQueueRefillEngine to handle queue refill processing ...Justin Clark-Casey (justincc)2014-08-191-3/+10
* | | | | | | | Make LLUDPServer.Scene publicly gettable/privately settable instead of protec...Justin Clark-Casey (justincc)2014-08-191-0/+2
* | | | | | | | In "show throttles", show the maximum drip rate. This shows whether a client ...Oren Hurvitz2014-07-211-1/+2
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Adds a configuration option to cannibalize bandwidth from theMic Bowman2014-01-201-0/+14
| |_|_|_|_|/ |/| | | | |
* | | | | | Do some simple queue empty checks in the main outgoing udp loop instead of al...Justin Clark-Casey (justincc)2013-07-211-17/+52
| |_|_|_|/ |/| | | |
* | | | | Added show client-stats [first last] command to expose what viewers are reque...Diva Canto2013-07-101-14/+13
* | | | | Complete removal of the now unused state queueMelanie2013-01-161-14/+3
| |_|_|/ |/| | |
* | | | Extend region console "show queues" command to show already collected time si...Justin Clark-Casey (justincc)2012-07-241-1/+2
| |_|/ |/| |
* | | minor: insert some commented out log lines which are a blunt but useful instr...Justin Clark-Casey (justincc)2011-10-121-2/+3
| |/ |/|
* | Improve some method doc for LLUDPClient, LLUDPServer and UnackedPacketCollectionJustin Clark-Casey (justincc)2011-10-121-7/+15
|/
* First stab at cleaning up Caps. Compiles. Untested.Diva Canto2011-04-301-0/+697