aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-25minor: add apparant total to logging when client sets throttlesJustin Clark-Casey (justincc)1-2/+5
2014-11-25minor: fix bug in throttle logging where arguments were mismatchedJustin Clark-Casey (justincc)1-1/+1
2014-11-25Add OutgoingPacketsQueuedCount clientstack stat.Justin Clark-Casey (justincc)1-0/+27
2014-10-02Add "debug lludp throttle log <level> <avatar-first-name> <avatar-last-name>"...Justin Clark-Casey (justincc)1-5/+42
2014-09-24Add "debug lludp data out" console command for logging outgoing data just bef...Justin Clark-Casey (justincc)1-0/+6
2014-08-19Add experimental OutgoingQueueRefillEngine to handle queue refill processing ...Justin Clark-Casey (justincc)1-3/+10
2014-08-19Make LLUDPServer.Scene publicly gettable/privately settable instead of protec...Justin Clark-Casey (justincc)1-0/+2
2014-07-21In "show throttles", show the maximum drip rate. This shows whether a client ...Oren Hurvitz1-1/+2
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-16Complete removal of the now unused state queueMelanie1-14/+3
2012-07-24Extend region console "show queues" command to show already collected time si...Justin Clark-Casey (justincc)1-1/+2
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-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
2010-09-17Send KillPackets on the Task queue rather than the State queueJustin Clark-Casey (justincc)1-1/+7
2010-03-05* Cache packed throttle data to avoid repeated allocations in CheckForSignifi...John Hurliman1-11/+24
2009-12-01* Fix Inconsistent line ending style in LLUDPClientTeravus Ovares (Dan Olivares)1-2/+2
2009-11-29* Patch from Misterblue to fix Environment.TickCount for statistics purposes....Teravus Ovares (Dan Olivares)1-1/+4
2009-10-30Make the default and max RTO configurable int he linden client stackMelanie1-4/+12
2009-10-30* Moving parcel media and avatar update packets from the unthrottled category...John Hurliman1-3/+0
2009-10-27* Converts ClientManager.ForEach() (and as a result, Scene.ForEachClient()) t...John Hurliman1-1/+1
2009-10-26Removed an unnecessary lock in LLUDPClient.UpdateRTO() and LLUDPClient.Backof...John Hurliman1-30/+21
2009-10-25Changing Scene.ForEachClient to use the synchronous for loop instead of Paral...John Hurliman1-14/+40
2009-10-23* Changed the max RTO value to 60 seconds to comply with RFC 2988John Hurliman1-1/+1
2009-10-23Commented out noisy debugging about resent packets (normal) and agents settin...John Hurliman1-2/+2
2009-10-21* Change the OnQueueEmpty signature to send the flags of the queues that are ...John Hurliman1-33/+77