aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/ClientStackManager.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-111-1/+1
|
* * Enabled GTCache for AssetCache Adam Frisby2008-11-091-11/+21
| | | | | | * Items will now be locally cached for only 24 hours from last access. (Rather than until restart) * Caveat: Implementing the new caching mechanism means statistics gathering on AssetCache is no longer functional. (Justin - you might want to take a look and see if you can somehow get that back and running if you still need it)
* * Use nini to pass config information to the client stack, rather than the ↵Justin Clarke Casey2008-11-031-8/+7
| | | | | | | | ClientStackUserSettings class * This conforms better to other module usage
* * oops, fix build break.Justin Clarke Casey2008-10-031-0/+34
| | | | | | * refactoring
* * Put in some infrastructure to allow tweaking of packet queue throttle ↵Justin Clarke Casey2008-10-031-5/+12
| | | | | | | | values for the total throttle (the one that throttles all packet output) * Not complete yet
* Implemented plugin support for ClientStack, with LindenUDP as the default ↵Johan Berntsson2008-06-201-0/+81
plugin. This makes it easy for developers to experiment with alternative communication protocols