| Commit message (Expand) | Author | Age | Files | Lines |
* | * Continued work on the new LLUDP implementation. Appears to be functioning, ... | John Hurliman | 2009-10-06 | 1 | -875/+0 |
* | Beginning work on the new LLUDP implementation | John Hurliman | 2009-10-05 | 1 | -1/+6 |
* | * Changed the flush logic to drop packets in non-transactional streams, and t... | John Hurliman | 2009-10-02 | 1 | -4/+2 |
* | Add a method to determine the count of packets in a throttle | Melanie | 2009-10-01 | 1 | -0/+5 |
* | Add OnQueueEmpty event to the packet layers. No user functinality yet | Melanie | 2009-10-01 | 1 | -0/+13 |
* | Fixing LLClientView memory leak | James J Greensky | 2009-10-01 | 1 | -1/+2 |
* | * Remove some mono compiler warnings | Justin Clark-Casey | 2009-08-05 | 1 | -2/+2 |
* | * Updates libOMV to version 0.7.0 | Teravus Ovares | 2009-07-25 | 1 | -1/+1 |
* | Restore the functionality that was removed in r9928. This lets the load | Melanie Thielker | 2009-07-01 | 1 | -50/+45 |
* | Update svn properties, add copyright header, formatting cleanup. | Jeff Ames | 2009-06-29 | 1 | -2/+2 |
* | moving the m_PendingAcksMap.Remove() out of the foreach and clearing | Dr Scofield | 2009-06-25 | 1 | -1/+1 |
* | have to clear m_PendingAcks not m_PendingAcksMap | Dr Scofield | 2009-06-25 | 1 | -1/+1 |
* | hmph: missing '{'/'}', thx to nebadon for reporting it and rob smart | Dr Scofield | 2009-06-25 | 1 | -3/+10 |
* | cosmetic change | Dr Scofield | 2009-06-25 | 1 | -2/+1 |
* | streamlining m_NeedAck logic | Dr Scofield | 2009-06-25 | 1 | -31/+29 |
* | streamling m_PendingAcks logic to get rid of gratuitous List<...> | Dr Scofield | 2009-06-25 | 1 | -20/+20 |
* | commenting out expensive bits (who in the world even uses SetClientInfo()?) | Dr Scofield | 2009-06-25 | 1 | -29/+29 |
* | changing DropSend()'s foreach loop so that it does not copy the | Dr Scofield | 2009-06-25 | 1 | -5/+11 |
* | commenting out rather expensive bits of GetClientInfo() --- the only | Dr Scofield | 2009-06-25 | 1 | -13/+20 |
* | more efficient way of checking for already seen packets: | Dr Scofield | 2009-06-25 | 1 | -29/+47 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
* | * Reversing experimental change in previous rev. | Adam Frisby | 2009-05-02 | 1 | -1/+1 |
* | * Experimental: Speeds maximum resend per second from 80 packets to 400. (Fro... | Adam Frisby | 2009-05-02 | 1 | -1/+1 |
* | If a packet pooling blows up, fail gracefully instead of disconnecting | Melanie Thielker | 2009-05-02 | 1 | -20/+32 |
* | Handle resends better | Melanie Thielker | 2009-05-02 | 1 | -1/+1 |
* | Move a lock to attempt to cut down packet loss | Melanie Thielker | 2009-05-02 | 1 | -4/+4 |
* | Numerous packet improvements. | Melanie Thielker | 2009-05-02 | 1 | -8/+14 |
* | Fix the issue that stopped the packet pool from working. Add a mechanism | Melanie Thielker | 2009-05-02 | 1 | -1/+5 |
* | * minor: Remove most mono compiler warnings | Justin Clarke Casey | 2009-02-25 | 1 | -2/+3 |
* | A few updates necessary for load balancer. | Mike Mazur | 2009-02-25 | 1 | -23/+36 |
* | * optimized usings. | lbsa71 | 2009-02-12 | 1 | -17/+12 |
* | * Extend PacketHandlerTest to fire in a packet. | Justin Clarke Casey | 2009-01-12 | 1 | -1/+2 |
* | * refactor: move packet handler interface into a separate class | Justin Clarke Casey | 2009-01-12 | 1 | -34/+1 |
* | * Updates the sim stats module. Cleans out some of the rot. | Teravus Ovares | 2009-01-03 | 1 | -0/+4 |
* | minor: remove mono compiler warning | Justin Clarke Casey | 2008-12-19 | 1 | -1/+0 |
* | Reapply the packet optimization patch, with changes | Melanie Thielker | 2008-12-17 | 1 | -34/+24 |
* | Revert 7754 and 7755 pending a rework | Melanie Thielker | 2008-12-17 | 1 | -28/+36 |
* | Stop packets that may be resent from being returned to the packet pool. | Melanie Thielker | 2008-12-17 | 1 | -1/+8 |
* | Marry AckData to LLQueItem, and store packet data and length there for | Melanie Thielker | 2008-12-17 | 1 | -36/+28 |
* | Revamp packet handler to smooth out the stream of resent packets. | Melanie Thielker | 2008-12-17 | 1 | -43/+61 |
* | * Fixed issue where incorrect braces nesting resulted in a section of PacketQ... | Adam Frisby | 2008-11-08 | 1 | -24/+22 |
* | * Fixed a major memory leak in packet processing - PacketQueue.Close is never... | Adam Frisby | 2008-11-08 | 1 | -26/+35 |
* | * restore Header.Resent field setting for resent packets | Justin Clarke Casey | 2008-10-06 | 1 | -0/+4 |
* | Revert the packet resend timing changes. They caused login issues in primmy | Melanie Thielker | 2008-10-05 | 1 | -2/+2 |
* | Craters, take 2. Remove old discard logic and absolute discard timer. | Melanie Thielker | 2008-10-05 | 1 | -47/+27 |
* | * An update to the UDP Packet handler which might make the giant sized crater... | Teravus Ovares | 2008-10-05 | 1 | -1/+1 |
* | * Put in some infrastructure to allow tweaking of packet queue throttle value... | Justin Clarke Casey | 2008-10-03 | 1 | -2/+2 |
* | * minor: remove warnings (the code cleaners strike again) | Justin Clarke Casey | 2008-10-03 | 1 | -1/+0 |
* | * minor: oh, and comment out the now unused logger as well | Justin Clarke Casey | 2008-10-01 | 1 | -2/+2 |
* | * minor: Comment out temporarily statistical counter I accidentally left in f... | Justin Clarke Casey | 2008-10-01 | 1 | -1/+1 |