aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLPacketThrottle.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Temporarily revert r6714 which changed agent throttle number interpretationJustin Clarke Casey2008-10-071-6/+8
| | | | | | * I suspect the restriction stopped the very large number of packet resends that occur on certain operations, which led to other failures.
* * Change interpretation of asset throttle values to bits per second rather ↵Justin Clarke Casey2008-10-061-8/+14
| | | | | | | | 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
* * eliminated some warnings and added some const and readonlieslbsa712008-07-211-21/+21
| | | | | | | | | * refactored some member names for readability and ccc (code convention conformance) * took away two refs from Rest.Inventory since * System.IO is part of System * System.Xml.Serialization is part of System.Xml
* fixed the dos line endingsSean Dague2008-05-021-92/+92
|
* * Commit 2/3 - Please dont attempt to update to this revision until all 3 ↵Adam Frisby2008-05-021-0/+93
are in.