aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Continued work on the new LLUDP implementation. Appears to be functioning, ...John Hurliman2009-10-061-742/+0
* Merge branch 'diva-textures-osgrid' into diva-texturesMelanie2009-10-021-45/+13
|\
| * * Changed the flush logic to drop packets in non-transactional streams, and t...John Hurliman2009-10-021-45/+13
* | Merge branch 'master' into diva-texturesMelanie2009-10-021-3/+3
|\ \ | |/ |/|
| * Formatting cleanup.Jeff Ames2009-10-011-3/+3
* | Change texture sending to be driven by the queue empty event from theMelanie2009-10-021-34/+30
* | Add a method to determine the count of packets in a throttleMelanie2009-10-011-0/+21
* | Add OnQueueEmpty event to the packet layers. No user functinality yetMelanie2009-10-011-0/+49
* | Fixing LLClientView memory leakJames J Greensky2009-10-011-1/+7
|/
* Added new OpenSim.ini setting: "client_throttle_max_bps" which overrides user...dahlia2009-08-181-14/+22
* Formatting cleanup.Jeff Ames2009-07-011-6/+6
* * Changing List to Dictionary in PacketQueue.Dequeue for great justice (and p...Arthur Valadares2009-06-291-8/+18
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* Add copyright headers, formatting cleanup.Jeff Ames2009-05-201-5/+5
* trying to fix exception with in LLPacketQueue probably caused byDr Scofield2009-05-191-5/+5
* * Further testing against core packet issue.Adam Frisby2009-05-101-2/+3
* * Attempting to diagnose a core packet issue on Windows/.NET. Adding addition...Adam Frisby2009-05-101-2/+5
* Add copyright header. Formatting cleanup. Ignore some generated files.Jeff Ames2009-05-051-1/+1
* Make a race condition in packet resending smallerMelanie Thielker2009-05-031-0/+1
* Handle resends betterMelanie Thielker2009-05-021-0/+5
* Numerous packet improvements.Melanie Thielker2009-05-021-1/+24
* * Patch from RemedyTomm Mantis 3440Teravus Ovares2009-04-101-0/+14
* A few updates necessary for load balancer.Mike Mazur2009-02-251-8/+17
* * optimized usings.lbsa712009-02-121-5/+4
* * prune and regrade log messages relating to client login and logoutJustin Clarke Casey2009-01-061-2/+0
* * Added "show queues" command that shows throttling queues for all clients.lbsa712008-12-181-1/+1
* Reapply the packet optimization patch, with changesMelanie Thielker2008-12-171-23/+16
* Revert 7754 and 7755 pending a reworkMelanie Thielker2008-12-171-16/+23
* Change the PacketQueue to use the stored size as wellMelanie Thielker2008-12-171-23/+16
* * Only serialize packets once for the length calculation for throttle queues ...Justin Clarke Casey2008-12-171-16/+25
* * Replace manually zeroing with Array.Clear(). Thanks cmickeybJustin Clarke Casey2008-12-171-2/+2
* Mantis #2850Melanie Thielker2008-12-171-1/+14
* Avoid checking the throttle limit for empty queuesMelanie Thielker2008-12-171-7/+7
* Update svn properties. Add copyright headers. Minor formatting cleanup.Jeff Ames2008-11-091-1/+1
* * Fixed a major memory leak in packet processing - PacketQueue.Close is never...Adam Frisby2008-11-081-1/+20
* * Set default client throttle multiplier to 2 (old value was effectively 8). ...Justin Clarke Casey2008-11-051-1/+2
* * Expose a client_throttle_multiplier setting in OpenSim.ini. This multiplie...Justin Clarke Casey2008-11-031-8/+8
* * Use nini to pass config information to the client stack, rather than the Cl...Justin Clarke Casey2008-11-031-0/+6
* * Comment out debug throttle output that I had accidentally left inJustin Clarke Casey2008-10-071-0/+2
* * Change interpretation of asset throttle values to bits per second rather th...Justin Clarke Casey2008-10-061-29/+28
* * Put in some infrastructure to allow tweaking of packet queue throttle value...Justin Clarke Casey2008-10-031-5/+14
* * refactor: make startup a template methodJustin Clarke Casey2008-10-031-0/+3
* * minor: remove warnings (the code cleaners strike again)Justin Clarke Casey2008-10-031-2/+1
* * Patch from JHurlimanTeravus Ovares2008-09-261-2/+3
* * refactor: remove unnecessary packet null check in LLClientViewJustin Clarke Casey2008-09-201-1/+0
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-5/+5
* Mantis #2107Melanie Thielker2008-09-031-6/+17
* Update svn properties, formatting cleanup.Jeff Ames2008-08-191-1/+1
* Change LowpriorityTask to be ThrottleType.Task | ThrottleType.LowPriority to ...Melanie Thielker2008-08-181-5/+5
* Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2008-07-231-1/+1