From caddabb5c4f62767305a589e9d818ae3457a8030 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Thu, 6 Nov 2014 22:25:16 +0000 Subject: scale ChildAgentThrottles with distance (internal to child server and not root as was done before ) --- OpenSim/Framework/IClientAPI.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Framework/IClientAPI.cs') diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index c386c95..4bb865a 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -1184,6 +1184,7 @@ namespace OpenSim.Framework void SendCoarseLocationUpdate(List users, List CoarseLocations); void SetChildAgentThrottle(byte[] throttle); + void SetChildAgentThrottle(byte[] throttle,float factor); void SetAgentThrottleSilent(int throttle, int setting); int GetAgentThrottleSilent(int throttle); -- cgit v1.1