* Plumbing and basic setting of the GetMesh Cap Throttler.

* Last step is to flip the throttle distribution.
This commit is contained in:
teravus
2012-11-17 03:47:09 -05:00
parent e9153e1d1a
commit 5e0294815f
8 changed files with 127 additions and 19 deletions

View File

@@ -1428,6 +1428,11 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
}
public void SetAgentThrottleSilent(int throttle, int setting)
{
}
public byte[] GetThrottlesPacked(float multiplier)
{
return new byte[0];