aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-25A few updates necessary for load balancer.Mike Mazur1-8/+17
2009-02-12* optimized usings.lbsa711-5/+4
2009-01-06* prune and regrade log messages relating to client login and logoutJustin Clarke Casey1-2/+0
2008-12-18* Added "show queues" command that shows throttling queues for all clients.lbsa711-1/+1
2008-12-17Reapply the packet optimization patch, with changesMelanie Thielker1-23/+16
2008-12-17Revert 7754 and 7755 pending a reworkMelanie Thielker1-16/+23
2008-12-17Change the PacketQueue to use the stored size as wellMelanie Thielker1-23/+16
2008-12-17* Only serialize packets once for the length calculation for throttle queues ...Justin Clarke Casey1-16/+25
2008-12-17* Replace manually zeroing with Array.Clear(). Thanks cmickeybJustin Clarke Casey1-2/+2
2008-12-17Mantis #2850Melanie Thielker1-1/+14
2008-12-17Avoid checking the throttle limit for empty queuesMelanie Thielker1-7/+7
2008-11-09Update svn properties. Add copyright headers. Minor formatting cleanup.Jeff Ames1-1/+1
2008-11-08* Fixed a major memory leak in packet processing - PacketQueue.Close is never...Adam Frisby1-1/+20
2008-11-05* Set default client throttle multiplier to 2 (old value was effectively 8). ...Justin Clarke Casey1-1/+2
2008-11-03* Expose a client_throttle_multiplier setting in OpenSim.ini. This multiplie...Justin Clarke Casey1-8/+8
2008-11-03* Use nini to pass config information to the client stack, rather than the Cl...Justin Clarke Casey1-0/+6
2008-10-07* Comment out debug throttle output that I had accidentally left inJustin Clarke Casey1-0/+2
2008-10-06* Change interpretation of asset throttle values to bits per second rather th...Justin Clarke Casey1-29/+28
2008-10-03* Put in some infrastructure to allow tweaking of packet queue throttle value...Justin Clarke Casey1-5/+14
2008-10-03* refactor: make startup a template methodJustin Clarke Casey1-0/+3
2008-10-03* minor: remove warnings (the code cleaners strike again)Justin Clarke Casey1-2/+1
2008-09-26* Patch from JHurlimanTeravus Ovares1-2/+3
2008-09-20* refactor: remove unnecessary packet null check in LLClientViewJustin Clarke Casey1-1/+0
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-5/+5
2008-09-03Mantis #2107Melanie Thielker1-6/+17
2008-08-19Update svn properties, formatting cleanup.Jeff Ames1-1/+1
2008-08-18Change LowpriorityTask to be ThrottleType.Task | ThrottleType.LowPriority to ...Melanie Thielker1-5/+5
2008-07-23Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames1-1/+1
2008-07-22Refactor the packet scheduling out of ClientView. Add intelligentMelanie Thielker1-22/+46
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield1-2/+2
2008-05-25Update svn properties. Formatting cleanup.Jeff Ames1-2/+2
2008-05-24* Temporary fix for mantis 1374Justin Clarke Casey1-1/+11
2008-05-16Formatting cleanup.Jeff Ames1-15/+15
2008-05-14More formatting cleanup.Jeff Ames1-1/+2
2008-05-02fixed the dos line endingsSean Dague1-531/+531
2008-05-02* Commit 2/3 - Please dont attempt to update to this revision until all 3 are...Adam Frisby1-532/+532
2008-05-01* Breaking all the code, breaking all the code..!Adam Frisby1-2/+2
2008-04-05* Lowered the default throttle settings. They were way too high at 1.5MB/s! Teravus Ovares1-8/+8
2008-03-18Formatting cleanup.Jeff Ames1-26/+26
2008-03-04Merged 3Di code that provides scene and avatar serialization, and plugin supp...Johan Berntsson1-1/+11
2008-03-02Applying Ahzzmandius' second patch from bug 701. Teravus Ovares1-1/+1
2008-02-25* Caught HttpListenerException and swallowed if with outputlbsa711-1/+3
2008-02-22* Implement packet queue statisticsJustin Clarke Casey1-2/+35
2008-02-20Minor cleanup.Jeff Ames1-2/+2
2008-02-05Converted logging to use log4net.Jeff Ames1-4/+6
2008-01-22* Enabled dead region tracking for ChildAgentDataUpdates Teravus Ovares1-1/+1
2007-12-27* Optimized usingslbsa711-97/+101
2007-12-15* some work on not storing the circuitPack (bad thing if we're going to reuse...lbsa711-2/+2
2007-12-11consolidate client view exit paths, this seems toSean Dague1-12/+5
2007-12-11force a flush before client shutdown, so no important packets are lostSean Dague1-2/+39