Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -10/+0 | |
2017-06-14 | some cleanup.. remove some stats that only some do look at once on a lifetime | UbitUmarov | 1 | -10/+0 | |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -3/+13 | |
2014-11-25 | Fix an issue where specifying both max client and server outgoing UDP ↵ | Justin Clark-Casey (justincc) | 1 | -0/+4 | |
throttles would cause client throttles to be lower than expected when total requests exceeded the scene limit. This was because specifying a max client throttle would always request the max from the parent server throttle, no matter the actual total requests on the client throttle. This would lead to a lower server multiplier than expected. This change also adds a 'target' column to the "show throttles" output that shows the target rate (as set by client) if adaptive throttles is active. This commit also re-adds the functionality lost in recent 5c1a1458 to set a max client throttle when adaptive is active. This commit also adds TestClientThrottlePerClientAndRegionLimited and TestClientThrottleAdaptiveNoLimit regression tests | |||||
2014-07-21 | In "show throttles", show the maximum drip rate. This shows whether a client ↵ | Oren Hurvitz | 1 | -0/+1 | |
is being throttled due to past poor performance. | |||||
2013-07-10 | Added show client-stats [first last] command to expose what viewers are ↵ | Diva Canto | 1 | -3/+8 | |
requesting. | |||||
2011-04-28 | One less [Serializable] -- ClientInfo. | Diva Canto | 1 | -1/+0 | |
2011-04-28 | Eliminated sAgentCircuitData, a data structure that has been obsolete for ↵ | Diva Canto | 1 | -1/+1 | |
quite some time. | |||||
2009-02-25 | A few updates necessary for load balancer. | Mike Mazur | 1 | -1/+10 | |
- handle GetUser request for nonexistent user gracefully - include throttle levels in ClientInfo - code to save/restore throttles in client stack - only update/send updates to active clients - make animation classes serializable | |||||
2008-11-08 | Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup. | Jeff Ames | 1 | -0/+27 | |
2008-07-11 | Update svn properties. | Jeff Ames | 1 | -21/+21 | |
2008-07-08 | * Split out various classes from IClientAPI into their own files, in ↵ | lbsa71 | 1 | -0/+22 | |
accordance with code standards |