aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* * Reversing experimental change in previous rev.Adam Frisby2009-05-021-1/+1
* * Experimental: Speeds maximum resend per second from 80 packets to 400. (Fro...Adam Frisby2009-05-021-1/+1
* If a packet pooling blows up, fail gracefully instead of disconnectingMelanie Thielker2009-05-021-20/+32
* Handle resends betterMelanie Thielker2009-05-021-1/+1
* Move a lock to attempt to cut down packet lossMelanie Thielker2009-05-021-4/+4
* Numerous packet improvements.Melanie Thielker2009-05-021-8/+14
* Fix the issue that stopped the packet pool from working. Add a mechanismMelanie Thielker2009-05-021-1/+5
* * minor: Remove most mono compiler warningsJustin Clarke Casey2009-02-251-2/+3
* A few updates necessary for load balancer.Mike Mazur2009-02-251-23/+36
* * optimized usings.lbsa712009-02-121-17/+12
* * Extend PacketHandlerTest to fire in a packet.Justin Clarke Casey2009-01-121-1/+2
* * refactor: move packet handler interface into a separate classJustin Clarke Casey2009-01-121-34/+1
* * Updates the sim stats module. Cleans out some of the rot.Teravus Ovares2009-01-031-0/+4
* minor: remove mono compiler warningJustin Clarke Casey2008-12-191-1/+0
* Reapply the packet optimization patch, with changesMelanie Thielker2008-12-171-34/+24
* Revert 7754 and 7755 pending a reworkMelanie Thielker2008-12-171-28/+36
* Stop packets that may be resent from being returned to the packet pool.Melanie Thielker2008-12-171-1/+8
* Marry AckData to LLQueItem, and store packet data and length there forMelanie Thielker2008-12-171-36/+28
* Revamp packet handler to smooth out the stream of resent packets.Melanie Thielker2008-12-171-43/+61
* * Fixed issue where incorrect braces nesting resulted in a section of PacketQ...Adam Frisby2008-11-081-24/+22
* * Fixed a major memory leak in packet processing - PacketQueue.Close is never...Adam Frisby2008-11-081-26/+35
* * restore Header.Resent field setting for resent packetsJustin Clarke Casey2008-10-061-0/+4
* Revert the packet resend timing changes. They caused login issues in primmyMelanie Thielker2008-10-051-2/+2
* Craters, take 2. Remove old discard logic and absolute discard timer. Melanie Thielker2008-10-051-47/+27
* * An update to the UDP Packet handler which might make the giant sized crater...Teravus Ovares2008-10-051-1/+1
* * Put in some infrastructure to allow tweaking of packet queue throttle value...Justin Clarke Casey2008-10-031-2/+2
* * minor: remove warnings (the code cleaners strike again)Justin Clarke Casey2008-10-031-1/+0
* * minor: oh, and comment out the now unused logger as wellJustin Clarke Casey2008-10-011-2/+2
* * minor: Comment out temporarily statistical counter I accidentally left in f...Justin Clarke Casey2008-10-011-1/+1
* * Try bumping packet resend timeout up to 2 seconds instead of 1Justin Clarke Casey2008-10-011-9/+22
* * Fix bug in LLPacketHandler where the tickcount when a packet was approximat...Justin Clarke Casey2008-10-011-8/+20
* Add some methods to allow modules so set client view optionsMelanie Thielker2008-09-281-0/+1
* Mantis #2288Melanie Thielker2008-09-281-4/+16
* * Patch from JHurlimanTeravus Ovares2008-09-261-5/+5
* * Fix http://opensimulator.org/mantis/view.php?id=2189Justin Clarke Casey2008-09-211-0/+2
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-5/+5
* Update svn properties, formatting cleanup.Jeff Ames2008-08-281-2/+2
* * zap compilation warningsJustin Clarke Casey2008-08-251-2/+2
* * This commit incorporates the heart of the OpenGridProtocol patch that is cu...Teravus Ovares2008-08-251-0/+6
* * Allow an exception generated in ProcessOutPacket to travel up the stackJustin Clarke Casey2008-08-221-27/+16
* Packet type exclusion (Mantis #2004)Melanie Thielker2008-08-191-2/+4
* Formatting cleanup.Jeff Ames2008-08-181-7/+7
* Minor formatting cleanup.Jeff Ames2008-08-121-16/+16
* Attempt to address Mantis #1905, #1909Melanie Thielker2008-08-101-12/+17
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-081-3/+3
* Patch #9159Melanie Thielker2008-08-071-16/+27
* Patch #9158Melanie Thielker2008-08-071-12/+73
* Minor formatting cleanup.Jeff Ames2008-08-071-6/+6
* Prevent acks from being appended to viewer effect packets, sinceMelanie Thielker2008-07-291-0/+7