mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
A few updates necessary for load balancer.
- 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
This commit is contained in:
@@ -45,5 +45,14 @@ namespace OpenSim.Framework
|
||||
public uint sequence;
|
||||
public byte[] usecircuit;
|
||||
public EndPoint userEP;
|
||||
|
||||
public int resendThrottle;
|
||||
public int landThrottle;
|
||||
public int windThrottle;
|
||||
public int cloudThrottle;
|
||||
public int taskThrottle;
|
||||
public int assetThrottle;
|
||||
public int textureThrottle;
|
||||
public int totalThrottle;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user