aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-12* Extend PacketHandlerTest to fire in a packet.Justin Clarke Casey1-1/+2
2009-01-12* refactor: move packet handler interface into a separate classJustin Clarke Casey1-34/+1
2009-01-03* Updates the sim stats module. Cleans out some of the rot.Teravus Ovares1-0/+4
2008-12-19minor: remove mono compiler warningJustin Clarke Casey1-1/+0
2008-12-17Reapply the packet optimization patch, with changesMelanie Thielker1-34/+24
2008-12-17Revert 7754 and 7755 pending a reworkMelanie Thielker1-28/+36
2008-12-17Stop packets that may be resent from being returned to the packet pool.Melanie Thielker1-1/+8
2008-12-17Marry AckData to LLQueItem, and store packet data and length there forMelanie Thielker1-36/+28
2008-12-17Revamp packet handler to smooth out the stream of resent packets.Melanie Thielker1-43/+61
2008-11-08* Fixed issue where incorrect braces nesting resulted in a section of PacketQ...Adam Frisby1-24/+22
2008-11-08* Fixed a major memory leak in packet processing - PacketQueue.Close is never...Adam Frisby1-26/+35
2008-10-06* restore Header.Resent field setting for resent packetsJustin Clarke Casey1-0/+4
2008-10-05Revert the packet resend timing changes. They caused login issues in primmyMelanie Thielker1-2/+2
2008-10-05Craters, take 2. Remove old discard logic and absolute discard timer. Melanie Thielker1-47/+27
2008-10-05* An update to the UDP Packet handler which might make the giant sized crater...Teravus Ovares1-1/+1
2008-10-03* Put in some infrastructure to allow tweaking of packet queue throttle value...Justin Clarke Casey1-2/+2
2008-10-03* minor: remove warnings (the code cleaners strike again)Justin Clarke Casey1-1/+0
2008-10-01* minor: oh, and comment out the now unused logger as wellJustin Clarke Casey1-2/+2
2008-10-01* minor: Comment out temporarily statistical counter I accidentally left in f...Justin Clarke Casey1-1/+1
2008-10-01* Try bumping packet resend timeout up to 2 seconds instead of 1Justin Clarke Casey1-9/+22
2008-10-01* Fix bug in LLPacketHandler where the tickcount when a packet was approximat...Justin Clarke Casey1-8/+20
2008-09-28Add some methods to allow modules so set client view optionsMelanie Thielker1-0/+1
2008-09-28Mantis #2288Melanie Thielker1-4/+16
2008-09-26* Patch from JHurlimanTeravus Ovares1-5/+5
2008-09-21* Fix http://opensimulator.org/mantis/view.php?id=2189Justin Clarke Casey1-0/+2
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-5/+5
2008-08-28Update svn properties, formatting cleanup.Jeff Ames1-2/+2
2008-08-25* zap compilation warningsJustin Clarke Casey1-2/+2
2008-08-25* This commit incorporates the heart of the OpenGridProtocol patch that is cu...Teravus Ovares1-0/+6
2008-08-22* Allow an exception generated in ProcessOutPacket to travel up the stackJustin Clarke Casey1-27/+16
2008-08-19Packet type exclusion (Mantis #2004)Melanie Thielker1-2/+4
2008-08-18Formatting cleanup.Jeff Ames1-7/+7
2008-08-12Minor formatting cleanup.Jeff Ames1-16/+16
2008-08-10Attempt to address Mantis #1905, #1909Melanie Thielker1-12/+17
2008-08-08Update svn properties, minor formatting cleanup.Jeff Ames1-3/+3
2008-08-07Patch #9159Melanie Thielker1-16/+27
2008-08-07Patch #9158Melanie Thielker1-12/+73
2008-08-07Minor formatting cleanup.Jeff Ames1-6/+6
2008-07-29Prevent acks from being appended to viewer effect packets, sinceMelanie Thielker1-0/+7
2008-07-24* minor: eliminate warnings from LindenUDPJustin Clarke Casey1-16/+16
2008-07-24Thank you, Neopallium, for a patch that addresses ack issues in theMelanie Thielker1-1/+3
2008-07-24Update svn properties. Minor formatting cleanup.Jeff Ames1-5/+5
2008-07-24Addresses Mantis #1810Melanie Thielker1-8/+12
2008-07-23Fix a race causing a buffer overflow under moderate loadMelanie Thielker1-1/+1
2008-07-23Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames1-61/+61
2008-07-22Make QueuePacket() lock free. Eliminates an unneeded lock()Melanie Thielker1-21/+18
2008-07-22Change one packet optimization to cover a case where the resendMelanie Thielker1-2/+2
2008-07-22Refactor the packet scheduling out of ClientView. Add intelligentMelanie Thielker1-0/+692