aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Agent/UDP (follow)
Commit message (Collapse)AuthorAgeFilesLines
* minor: remove mono compiler warningsJustin Clark-Casey (justincc)2011-05-061-1/+1
|
* add descriptive explanations for region restart functionalityJustin Clark-Casey (justincc)2011-05-061-1/+0
|
* fix command display for debugging 'emergency-monitoring'Justin Clark-Casey (justincc)2011-05-061-1/+1
|
* Cleaned up various configuration options. Removed the category throttleMic Bowman2011-04-251-9/+9
| | | | | | | | | limits because the only ones used now are the defaults (which are overwritten by the client throttles anyway). Updated the default rates to correspond to about 350kbps. Also added a configuration to disable adaptive throttle. The default is the previous behavior (no adaptation).
* Various clean ups. Removed some debugging code. Added a new "show pqueues"Mic Bowman2011-04-221-2/+101
| | | | | | command to look at the entity update priority queue. Added a "name" parameter to show queues, show pqueues and show throttles to look at data for a specific user.
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2011-03-051-1/+1
|
* Detect negative dripAmounts in TokenBuckets. These negatives result from ↵Diva Canto2011-02-091-1/+1
| | | | overflown integer operations. Also added Total to the scene throttles in show throttles.
* Added emergency monitoring of UDP Outgoing packets thread. Just type ↵Diva Canto2011-02-081-2/+28
| | | | "emergency-monitoring on/off"
* Record number of resent packets in LindenUDP stack and display in stats reportJustin Clark-Casey (justincc)2011-02-021-11/+13
|
* minor: remove unnecessary newline from "show throttles" informationJustin Clark-Casey (justincc)2011-01-211-1/+1
|
* properly format "show throttles" tableJustin Clark-Casey (justincc)2011-01-211-26/+55
|
* crudely refactor table generation code for "show queues" and "show throttles"Justin Clark-Casey (justincc)2011-01-211-41/+30
|
* implement "show throttles" command for showing current agent throttles and ↵Justin Clark-Casey (justincc)2011-01-211-0/+330
the server settings. This is in a very crude state, currently. The LindenUDPModule was renamed LindenUDPInfoModule and moved to OptionalModules OptionalModules was given a direct reference to OpenSim.Region.ClientStack.LindenUDP so that it can inspect specific LindenUDP settings without having to generalize those to all client views (some of which may have no concept of the settings involved). This might be ess messy if OpenSim.Region.ClientStack.LindenUDP were a region module instead, like MXP, IRC and NPC