aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * refactor: remove unnecessary packet null check in LLClientViewJustin Clarke Casey2008-09-201-1/+0
| | | | | | | * if a packet was really null it would be caught by the general exception handler at the top of the client thread, which would also provide more information and attempt a clean shutdown
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-5/+5
| | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
* Mantis #2107Melanie Thielker2008-09-031-6/+17
| | | | | | | Thank you, lulurun, for a patch to fix a possible crash when a received packet contains a quaternion with all members zeroed.
* Update svn properties, formatting cleanup.Jeff Ames2008-08-191-1/+1
|
* Change LowpriorityTask to be ThrottleType.Task | ThrottleType.LowPriority to ↵Melanie Thielker2008-08-181-5/+5
| | | | make the flag nature of this value more clear.
* Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2008-07-231-1/+1
|
* Refactor the packet scheduling out of ClientView. Add intelligentMelanie Thielker2008-07-221-22/+46
| | | | | | | | | | resending, timeouts, packet discarding. Add notification event for packet discarding. Add priority scheduling for packet queues. Add outgoing duplicate detection facility. Correct packet sequencing. Make provisions for automatic server side throttle adjustments (comes in next installment)
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-271-2/+2
|
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-251-2/+2
|
* * Temporary fix for mantis 1374Justin Clarke Casey2008-05-241-1/+11
| | | | | | * If the agent throttle byte array is unexpectedly empty, then log a warning and drop the packet
* Formatting cleanup.Jeff Ames2008-05-161-15/+15
|
* More formatting cleanup.Jeff Ames2008-05-141-1/+2
|
* fixed the dos line endingsSean Dague2008-05-021-531/+531
|
* * Commit 2/3 - Please dont attempt to update to this revision until all 3 ↵Adam Frisby2008-05-021-0/+532
are in.