diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/ClientInfo.cs | 11 |
1 files changed, 10 insertions, 1 deletions
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 | |||
45 | public uint sequence; | 45 | public uint sequence; |
46 | public byte[] usecircuit; | 46 | public byte[] usecircuit; |
47 | public EndPoint userEP; | 47 | public EndPoint userEP; |
48 | |||
49 | public int resendThrottle; | ||
50 | public int landThrottle; | ||
51 | public int windThrottle; | ||
52 | public int cloudThrottle; | ||
53 | public int taskThrottle; | ||
54 | public int assetThrottle; | ||
55 | public int textureThrottle; | ||
56 | public int totalThrottle; | ||
48 | } | 57 | } |
49 | } \ No newline at end of file | 58 | } |