aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.