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