aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Expose a client_throttle_multiplier setting in OpenSim.ini. This ↵Justin Clarke Casey2008-11-031-8/+8
| | | | | | | | | | | | multiplier is applied to all the client throttle settings received by the client * This should probably be 1, but currently by default it is 8, to reflect what was being eon3 in OpenSim before this revision. So if the client requested a maximum throttle of 1500 kilobits per second, we would actually send out 1500 kilobytes per second * Adjusting this multiplier down towards 1 may improve your OpenSim experience, though in other situations it may degrade (e.g. if you're using a standalone over high bandwidth links) * This is currently a user setting because adjusting it down may currently reveal other OpenSim bugs.
* * Use nini to pass config information to the client stack, rather than the ↵Justin Clarke Casey2008-11-031-0/+6
| | | | | | | | ClientStackUserSettings class * This conforms better to other module usage
* * Comment out debug throttle output that I had accidentally left inJustin Clarke Casey2008-10-071-0/+2
|
* * Change interpretation of asset throttle values to bits per second rather ↵Justin Clarke Casey2008-10-061-29/+28
| | | | | | | | than bytes per second * Changing network bandwidth in the preferences will now have a much more noticeable effect - a user may want to increase this if data is being slow to download from opensim
* * Put in some infrastructure to allow tweaking of packet queue throttle ↵Justin Clarke Casey2008-10-031-5/+14
| | | | | | | | values for the total throttle (the one that throttles all packet output) * Not complete yet
* * refactor: make startup a template methodJustin Clarke Casey2008-10-031-0/+3
|
* * minor: remove warnings (the code cleaners strike again)Justin Clarke Casey2008-10-031-2/+1
|
* * Patch from JHurlimanTeravus Ovares2008-09-261-2/+3
| | | | | | | | | * Updates to libomv r2243, * Remove lots of unnecessary typecasts * Improves SendWindData() Thanks jhurliman. * Will update OpenSim-libs in 10 minutes..
* * 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.