aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ThrottleOutPacketType.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-11-08Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.Jeff Ames1-0/+27
2008-11-01* Minor cleanupAdam Frisby1-0/+3
* Added additional error message when a Object/SOG DB save fails so we can trace why.
2008-08-18Change LowpriorityTask to be ThrottleType.Task | ThrottleType.LowPriority to ↵Melanie Thielker1-1/+4
make the flag nature of this value more clear.
2008-07-22Refactor the packet scheduling out of ClientView. Add intelligentMelanie Thielker1-2/+3
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)
2008-07-11Update svn properties.Jeff Ames1-14/+14
2008-07-08* Split out various classes from IClientAPI into their own files, in ↵lbsa711-0/+15
accordance with code standards