aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Continued work on the new LLUDP implementation. Appears to be functioning, ...John Hurliman2009-10-061-875/+0
* Beginning work on the new LLUDP implementationJohn Hurliman2009-10-051-1/+6
* * Changed the flush logic to drop packets in non-transactional streams, and t...John Hurliman2009-10-021-4/+2
* Add a method to determine the count of packets in a throttleMelanie2009-10-011-0/+5
* Add OnQueueEmpty event to the packet layers. No user functinality yetMelanie2009-10-011-0/+13
* Fixing LLClientView memory leakJames J Greensky2009-10-011-1/+2
* * Remove some mono compiler warningsJustin Clark-Casey2009-08-051-2/+2
* * Updates libOMV to version 0.7.0Teravus Ovares2009-07-251-1/+1
* Restore the functionality that was removed in r9928. This lets the loadMelanie Thielker2009-07-011-50/+45
* Update svn properties, add copyright header, formatting cleanup.Jeff Ames2009-06-291-2/+2
* moving the m_PendingAcksMap.Remove() out of the foreach and clearingDr Scofield2009-06-251-1/+1
* have to clear m_PendingAcks not m_PendingAcksMapDr Scofield2009-06-251-1/+1
* hmph: missing '{'/'}', thx to nebadon for reporting it and rob smartDr Scofield2009-06-251-3/+10
* cosmetic changeDr Scofield2009-06-251-2/+1
* streamlining m_NeedAck logicDr Scofield2009-06-251-31/+29
* streamling m_PendingAcks logic to get rid of gratuitous List<...>Dr Scofield2009-06-251-20/+20
* commenting out expensive bits (who in the world even uses SetClientInfo()?)Dr Scofield2009-06-251-29/+29
* changing DropSend()'s foreach loop so that it does not copy theDr Scofield2009-06-251-5/+11
* commenting out rather expensive bits of GetClientInfo() --- the onlyDr Scofield2009-06-251-13/+20
* more efficient way of checking for already seen packets:Dr Scofield2009-06-251-29/+47
* 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