| Commit message (Expand) | Author | Age | Files | Lines |
* | check if a packet can be sent imediatly without accounting it as sent on thr... | UbitUmarov | 2015-11-10 | 1 | -1/+3 |
* | fix GetPacketsQueuedCount typos in last commit | UbitUmarov | 2015-09-22 | 1 | -1/+1 |
* | let minimum wqburst be a bit larger than MTU | UbitUmarov | 2015-09-22 | 1 | -2/+2 |
* | removed a protocol breaking lludp debug option that no one should try, chang... | UbitUmarov | 2015-09-22 | 1 | -24/+4 |
* | fix the missing initialization of the folish ProcessUnackedSends option | UbitUmarov | 2015-09-06 | 1 | -0/+2 |
* | seems to compile ( tests comented out) | UbitUmarov | 2015-09-02 | 1 | -66/+8 |
* | bad merge? | UbitUmarov | 2015-09-01 | 1 | -71/+232 |
|\ |
|
| * | delay terrain sending if land queue is 2 busy | UbitUmarov | 2015-08-22 | 1 | -0/+14 |
| * | scale ChildAgentThrottles with distance (internal to child server and not | UbitUmarov | 2014-11-06 | 1 | -7/+13 |
| * | reduce MIN_CALLBACK_MS guard time. A value too high introduces a extra | UbitUmarov | 2014-09-02 | 1 | -1/+1 |
| * | *needs testing, not that good* change throttles math using floats and not | UbitUmarov | 2014-09-02 | 1 | -25/+36 |
| * | add method to get a category throttle rate | UbitUmarov | 2014-08-29 | 1 | -35/+32 |
| * | replace the tick() by a limit on the maximum number of tokens that can be | UbitUmarov | 2014-08-29 | 1 | -2/+0 |
| * | try to reduce insane high data rate udp bursts. This needs testing on a | UbitUmarov | 2014-08-28 | 1 | -0/+2 |
| * | remove misplaced comment | UbitUmarov | 2014-08-28 | 1 | -1/+0 |
| * | try to make sense of throttle rate limits | UbitUmarov | 2014-08-28 | 1 | -3/+13 |
| * | add some functions for estimation of number of bytes that can be send in a c... | UbitUmarov | 2014-08-28 | 1 | -0/+8 |
| * | if we send wearables with ThrottleOutPacketType.HighPriority, then we | UbitUmarov | 2014-08-28 | 1 | -18/+14 |
| * | enqueue also if m_nextPackets[category] is not null. This is really the | UbitUmarov | 2014-08-27 | 1 | -4/+8 |
| * | reduce ping cliping lower limit | UbitUmarov | 2014-08-14 | 1 | -2/+2 |
| * | add a estimator of client ping time, and painfully make it visible in show | UbitUmarov | 2014-08-14 | 1 | -0/+16 |
| * | Merge branch 'master' into careminster | Melanie | 2014-01-28 | 1 | -0/+14 |
| |\ |
|
| * \ | Merge branch 'master' into careminster | Melanie | 2013-07-24 | 1 | -17/+52 |
| |\ \ |
|
| * \ \ | Merge branch 'master' into careminster | Melanie | 2013-07-18 | 1 | -14/+13 |
| |\ \ \ |
|
| * | | | | Add a way to put things at the front of the queue for any throttle group. | Melanie | 2013-01-16 | 1 | -10/+44 |
| * | | | | Complete removal of the now unused state queue | Melanie | 2013-01-16 | 1 | -13/+2 |
| * | | | | * Plumbing and basic setting of the GetMesh Cap Throttler. | teravus | 2012-11-17 | 1 | -0/+4 |
| * | | | | Merge branch 'master' into careminster | Melanie | 2012-07-25 | 1 | -1/+2 |
| |\ \ \ \ |
|
| * | | | | | Recover from an internal mess-up in the outgoing packet queues by creating | Melanie | 2011-12-08 | 1 | -19/+36 |
| * | | | | | Merge commit 'c5826d589ab2f33a71105bc2d3015ffbb7dd2973' into bigmerge | Melanie | 2011-10-25 | 1 | -2/+3 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge commit 'f9ffd2538f3bf300e8f751258a6129fb780b5b0a' into bigmerge | Melanie | 2011-10-25 | 1 | -7/+15 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | Guard against a bad login leaving us with a null queue | Melanie | 2011-08-09 | 1 | -1/+1 |
| * | | | | | | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-05-05 | 1 | -0/+10 |
* | | | | | | | | Add debug ability to ignore reliably sent packets that are not acknowledged. | Justin Clark-Casey (justincc) | 2015-01-21 | 1 | -0/+9 |
* | | | | | | | | Make the performance controlling job processing threads introduced in confere... | Justin Clark-Casey (justincc) | 2015-01-12 | 1 | -1/+1 |
* | | | | | | | | Enable runtime configuration of the minimum rate for adaptive | Mic Bowman | 2014-12-29 | 1 | -1/+1 |
* | | | | | | | | Label all threadpool calls being made in core OpenSimulator. This is to add ... | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -1/+1 |
* | | | | | | | | Fix recent regression where adaptive throttles stopped adjusting. | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -18/+16 |
* | | | | | | | | Fix an issue where specifying both max client and server outgoing UDP throttl... | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -17/+26 |
* | | | | | | | | Remove the unnecessary intermediate total token bucket. | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -11/+2 |
* | | | | | | | | Add basic regression test ThrottleTests.TestClientThrottleSetNoLimit | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -0/+8 |
* | | | | | | | | minor: add apparant total to logging when client sets throttles | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -2/+5 |
* | | | | | | | | minor: fix bug in throttle logging where arguments were mismatched | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -1/+1 |
* | | | | | | | | Add OutgoingPacketsQueuedCount clientstack stat. | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -0/+27 |
* | | | | | | | | Add "debug lludp throttle log <level> <avatar-first-name> <avatar-last-name>"... | Justin Clark-Casey (justincc) | 2014-10-02 | 1 | -5/+42 |
* | | | | | | | | Add "debug lludp data out" console command for logging outgoing data just bef... | Justin Clark-Casey (justincc) | 2014-09-24 | 1 | -0/+6 |
* | | | | | | | | Add experimental OutgoingQueueRefillEngine to handle queue refill processing ... | Justin Clark-Casey (justincc) | 2014-08-19 | 1 | -3/+10 |
* | | | | | | | | Make LLUDPServer.Scene publicly gettable/privately settable instead of protec... | Justin Clark-Casey (justincc) | 2014-08-19 | 1 | -0/+2 |
* | | | | | | | | In "show throttles", show the maximum drip rate. This shows whether a client ... | Oren Hurvitz | 2014-07-21 | 1 | -1/+2 |
| |_|_|_|_|_|/
|/| | | | | | |
|
* | | | | | | | Adds a configuration option to cannibalize bandwidth from the | Mic Bowman | 2014-01-20 | 1 | -0/+14 |
| |_|_|_|_|/
|/| | | | | |
|