aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/ClientStackManager.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * 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