aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLQueItem.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reapply the packet optimization patch, with changesMelanie Thielker2008-12-171-0/+2
|
* Revert 7754 and 7755 pending a reworkMelanie Thielker2008-12-171-3/+0
|
* Marry AckData to LLQueItem, and store packet data and length there forMelanie Thielker2008-12-171-0/+3
| | | | | | use everywhere. Each packet gets serialized only once now in PacketHandler
* * Patch from JHurlimanTeravus Ovares2008-09-261-0/+1
| | | | | | | | | * Updates to libomv r2243, * Remove lots of unnecessary typecasts * Improves SendWindData() Thanks jhurliman. * Will update OpenSim-libs in 10 minutes..
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-1/+1
| | | | | | | * 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.
* Refactor the packet scheduling out of ClientView. Add intelligentMelanie Thielker2008-07-221-1/+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)
* fixed the dos line endingsSean Dague2008-05-021-42/+42
|
* * Commit 2/3 - Please dont attempt to update to this revision until all 3 ↵Adam Frisby2008-05-021-0/+43
are in.