scale ChildAgentThrottles with distance (internal to child server and not

root as was done before )
This commit is contained in:
UbitUmarov
2014-11-06 22:25:16 +00:00
parent ead78764ab
commit caddabb5c4
7 changed files with 52 additions and 9 deletions

View File

@@ -1184,6 +1184,7 @@ namespace OpenSim.Framework
void SendCoarseLocationUpdate(List<UUID> users, List<Vector3> CoarseLocations);
void SetChildAgentThrottle(byte[] throttle);
void SetChildAgentThrottle(byte[] throttle,float factor);
void SetAgentThrottleSilent(int throttle, int setting);
int GetAgentThrottleSilent(int throttle);