aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-06 scale ChildAgentThrottles with distance (internal to child server and notUbitUmarov1-7/+13
2014-09-02 reduce MIN_CALLBACK_MS guard time. A value too high introduces a extraUbitUmarov1-1/+1
2014-09-02*needs testing, not that good* change throttles math using floats and notUbitUmarov1-25/+36
2014-08-29 add method to get a category throttle rateUbitUmarov1-35/+32
2014-08-29 replace the tick() by a limit on the maximum number of tokens that can beUbitUmarov1-2/+0
2014-08-28try to reduce insane high data rate udp bursts. This needs testing on aUbitUmarov1-0/+2
2014-08-28remove misplaced commentUbitUmarov1-1/+0
2014-08-28try to make sense of throttle rate limitsUbitUmarov1-3/+13
2014-08-28 add some functions for estimation of number of bytes that can be send in a c...UbitUmarov1-0/+8
2014-08-28 if we send wearables with ThrottleOutPacketType.HighPriority, then weUbitUmarov1-18/+14
2014-08-27 enqueue also if m_nextPackets[category] is not null. This is really theUbitUmarov1-4/+8
2014-08-14 reduce ping cliping lower limitUbitUmarov1-2/+2
2014-08-14add a estimator of client ping time, and painfully make it visible in showUbitUmarov1-0/+16
2014-01-20Adds a configuration option to cannibalize bandwidth from theMic Bowman1-0/+14
2013-07-21Do some simple queue empty checks in the main outgoing udp loop instead of al...Justin Clark-Casey (justincc)1-17/+52
2013-07-10Added show client-stats [first last] command to expose what viewers are reque...Diva Canto1-14/+13
2013-01-16Add a way to put things at the front of the queue for any throttle group.Melanie1-10/+44
2013-01-16Complete removal of the now unused state queueMelanie1-14/+3
2013-01-16Complete removal of the now unused state queueMelanie1-13/+2
2013-01-16Revert " fix STATE udp queue data rate since it is in use again, after being"Melanie1-4/+1
2013-01-16 fix STATE udp queue data rate since it is in use again, after beingUbitUmarov1-1/+4
2012-11-17* Plumbing and basic setting of the GetMesh Cap Throttler.teravus1-0/+4
2012-07-24Extend region console "show queues" command to show already collected time si...Justin Clark-Casey (justincc)1-1/+2
2011-12-08Recover from an internal mess-up in the outgoing packet queues by creatingMelanie1-19/+36
2011-10-12minor: insert some commented out log lines which are a blunt but useful instr...Justin Clark-Casey (justincc)1-2/+3
2011-10-12Improve some method doc for LLUDPClient, LLUDPServer and UnackedPacketCollectionJustin Clark-Casey (justincc)1-7/+15
2011-08-09Guard against a bad login leaving us with a null queueMelanie1-1/+1
2011-04-30First stab at cleaning up Caps. Compiles. Untested.Diva Canto1-0/+0
2011-04-25Fix the totals shown by show throttleMic Bowman1-1/+1
2011-04-25Fixed the transmission of throttles from root agent to childMic Bowman1-15/+25
2011-04-25Cleaned up various configuration options. Removed the category throttleMic Bowman1-7/+6
2011-04-22Various clean ups. Removed some debugging code. Added a new "show pqueues"Mic Bowman1-23/+1
2011-04-20Adds the first pass at an adaptive throttle to slow start newMic Bowman1-2/+7
2011-04-15Remove the call to remove tokens from the parent. Under heavy loadMic Bowman1-0/+10
2011-04-13New tokenbucket algorithm. This one provides fair sharing of the queuesMic Bowman1-38/+58
2011-04-12New tokenbucket algorithm. This one provides fair sharing of the queuesMic Bowman1-38/+58
2011-04-11New tokenbucket algorithm. This one provides fair sharing of the queuesMic Bowman1-38/+58
2011-04-10Fix a bug in the computation of the RTO. Basically... the RTO (theMic Bowman1-2/+2
2011-04-04Fix a bug in the computation of the RTO. Basically... the RTO (theMic Bowman1-2/+2
2011-02-09Revert "Brute-force debug -- mantis #5365"Diva Canto1-15/+3
2011-02-09Revert "Don't build strings unless we're in emergency debugging."Diva Canto1-8/+8
2011-02-08Don't build strings unless we're in emergency debugging.Diva Canto1-8/+8
2011-02-08Brute-force debug -- mantis #5365Diva Canto1-3/+15
2011-02-02Record number of resent packets in LindenUDP stack and display in stats reportJustin Clark-Casey (justincc)1-2/+5
2011-02-02Stop double counting dequeued packets for packets sent numberJustin Clark-Casey (justincc)1-4/+5
2011-01-19Correct "show queues" to show queued packet numbers for each client instead o...Justin Clark-Casey (justincc)1-9/+9
2010-12-02Stop LLUDPServer sending updates after object deletes by always queueing deletesJustin Clark-Casey (justincc)1-3/+4
2010-12-02minor: add some method docJustin Clark-Casey (justincc)1-0/+8
2010-11-17add "Unacked bytes" column to "show queues"Justin Clark-Casey (justincc)1-1/+2
2010-11-17Fix "show queues" console commandJustin Clark-Casey (justincc)1-3/+19