From bdf95e54a2da5b60e7817d748f7389289a59bc5e Mon Sep 17 00:00:00 2001 From: Mike Mazur Date: Wed, 25 Feb 2009 00:32:26 +0000 Subject: 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 --- OpenSim/Framework/ClientInfo.cs | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'OpenSim/Framework/ClientInfo.cs') diff --git a/OpenSim/Framework/ClientInfo.cs b/OpenSim/Framework/ClientInfo.cs index 7771f67..fbd18b5 100644 --- a/OpenSim/Framework/ClientInfo.cs +++ b/OpenSim/Framework/ClientInfo.cs @@ -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; } -} \ No newline at end of file +} -- cgit v1.1