aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServerCommands.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* removed a protocol breaking lludp debug option that no one should try, chang...UbitUmarov2015-09-221-26/+3
* coment out lludp debug things that only fill up the help screenUbitUmarov2015-09-211-0/+2
* seems to compile ( tests comented out)UbitUmarov2015-09-021-2/+2
* Add debug ability to ignore reliably sent packets that are not acknowledged.Justin Clark-Casey (justincc)2015-01-211-0/+93
* Make the performance controlling job processing threads introduced in confere...Justin Clark-Casey (justincc)2015-01-121-0/+46
* Fix setting of max scene throttle so that setting it restricts the child clie...Justin Clark-Casey (justincc)2014-11-251-1/+1
* Add "debug lludp throttles get/set request" and get currentJustin Clark-Casey (justincc)2014-11-251-0/+26
* Change the word order of some debug lludp settings for readabilityJustin Clark-Casey (justincc)2014-11-251-15/+15
* Add "debug lludp get/set new-client-throttle-max" to allow default new client...Justin Clark-Casey (justincc)2014-11-251-8/+25
* Add "debug lludp get" command which currently just shows scene-throttle-max t...Justin Clark-Casey (justincc)2014-11-251-0/+25
* Fix an issue where specifying both max client and server outgoing UDP throttl...Justin Clark-Casey (justincc)2014-11-251-3/+3
* Fix recent regression in "debug lludp throttles get" command that stopped it ...Justin Clark-Casey (justincc)2014-11-251-2/+4
* minor: in "show server throttles", display unset if new client throttle value...Justin Clark-Casey (justincc)2014-11-251-2/+6
* Add throttle-max option to "debug lludp throttles set" to allow runtime setti...Justin Clark-Casey (justincc)2014-11-251-2/+33
* Change "debug lludp throttle *" commands to "debug lludp throttles" for consi...Justin Clark-Casey (justincc)2014-11-251-9/+9
* Fix console set and get of max scene rate. Was performing wrong calculation ...Justin Clark-Casey (justincc)2014-11-251-3/+3
* Eliminate 'max' throttle setting from server throttles report since this neve...Justin Clark-Casey (justincc)2014-11-251-9/+4
* Allow "debug lludp throttle *" commands to work without a user name, in which...Justin Clark-Casey (justincc)2014-11-251-21/+51
* Add "debug lludp set scene-throttle-max <value>" console command to allow us ...Justin Clark-Casey (justincc)2014-11-251-0/+36
* Move information about "server agent rate" throttles into "show server thrott...Justin Clark-Casey (justincc)2014-11-251-0/+57
* Add "show server throttles" command for showing server specific information a...Justin Clark-Casey (justincc)2014-11-251-0/+21
* refactor: Move LLUDPServer console commands into their own class.Justin Clark-Casey (justincc)2014-11-251-0/+518