aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-06* Continued work on the new LLUDP implementation. Appears to be functioning, ...John Hurliman1-875/+0
2009-10-05Beginning work on the new LLUDP implementationJohn Hurliman1-1/+6
2009-10-02* Changed the flush logic to drop packets in non-transactional streams, and t...John Hurliman1-4/+2
2009-10-01Add a method to determine the count of packets in a throttleMelanie1-0/+5
2009-10-01Add OnQueueEmpty event to the packet layers. No user functinality yetMelanie1-0/+13
2009-10-01Fixing LLClientView memory leakJames J Greensky1-1/+2
2009-08-05* Remove some mono compiler warningsJustin Clark-Casey1-2/+2
2009-07-25* Updates libOMV to version 0.7.0Teravus Ovares1-1/+1
2009-07-01Restore the functionality that was removed in r9928. This lets the loadMelanie Thielker1-50/+45
2009-06-29Update svn properties, add copyright header, formatting cleanup.Jeff Ames1-2/+2
2009-06-25moving the m_PendingAcksMap.Remove() out of the foreach and clearingDr Scofield1-1/+1
2009-06-25have to clear m_PendingAcks not m_PendingAcksMapDr Scofield1-1/+1
2009-06-25hmph: missing '{'/'}', thx to nebadon for reporting it and rob smartDr Scofield1-3/+10
2009-06-25cosmetic changeDr Scofield1-2/+1
2009-06-25streamlining m_NeedAck logicDr Scofield1-31/+29
2009-06-25streamling m_PendingAcks logic to get rid of gratuitous List<...>Dr Scofield1-20/+20
2009-06-25commenting out expensive bits (who in the world even uses SetClientInfo()?)Dr Scofield1-29/+29
2009-06-25changing DropSend()'s foreach loop so that it does not copy theDr Scofield1-5/+11
2009-06-25commenting out rather expensive bits of GetClientInfo() --- the onlyDr Scofield1-13/+20
2009-06-25more efficient way of checking for already seen packets:Dr Scofield1-29/+47
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-02* Reversing experimental change in previous rev.Adam Frisby1-1/+1
2009-05-02* Experimental: Speeds maximum resend per second from 80 packets to 400. (Fro...Adam Frisby1-1/+1
2009-05-02If a packet pooling blows up, fail gracefully instead of disconnectingMelanie Thielker1-20/+32
2009-05-02Handle resends betterMelanie Thielker1-1/+1
2009-05-02Move a lock to attempt to cut down packet lossMelanie Thielker1-4/+4
2009-05-02Numerous packet improvements.Melanie Thielker1-8/+14
2009-05-02Fix the issue that stopped the packet pool from working. Add a mechanismMelanie Thielker1-1/+5
2009-02-25* minor: Remove most mono compiler warningsJustin Clarke Casey1-2/+3
2009-02-25A few updates necessary for load balancer.Mike Mazur1-23/+36
2009-02-12* optimized usings.lbsa711-17/+12
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