diff options
author | UbitUmarov | 2017-06-14 20:19:13 +0100 |
---|---|---|
committer | UbitUmarov | 2017-06-14 20:19:13 +0100 |
commit | d9a300fa8e680ec3f41f966e87408e58f3aa0e39 (patch) | |
tree | 9cd459dda394a3f4ec8bfe258127269214806645 /OpenSim/Framework/ClientInfo.cs | |
parent | remove options about script compilers the got back somehow on defaults also (diff) | |
download | opensim-SC-d9a300fa8e680ec3f41f966e87408e58f3aa0e39.zip opensim-SC-d9a300fa8e680ec3f41f966e87408e58f3aa0e39.tar.gz opensim-SC-d9a300fa8e680ec3f41f966e87408e58f3aa0e39.tar.bz2 opensim-SC-d9a300fa8e680ec3f41f966e87408e58f3aa0e39.tar.xz |
some cleanup.. remove some stats that only some do look at once on a lifetime
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/ClientInfo.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/OpenSim/Framework/ClientInfo.cs b/OpenSim/Framework/ClientInfo.cs index 98e4465..a1ca9bc 100644 --- a/OpenSim/Framework/ClientInfo.cs +++ b/OpenSim/Framework/ClientInfo.cs | |||
@@ -36,14 +36,8 @@ namespace OpenSim.Framework | |||
36 | public readonly DateTime StartedTime = DateTime.Now; | 36 | public readonly DateTime StartedTime = DateTime.Now; |
37 | public AgentCircuitData agentcircuit = null; | 37 | public AgentCircuitData agentcircuit = null; |
38 | 38 | ||
39 | public Dictionary<uint, byte[]> needAck; | ||
40 | |||
41 | public List<byte[]> out_packets = new List<byte[]>(); | ||
42 | public Dictionary<uint, uint> pendingAcks = new Dictionary<uint,uint>(); | ||
43 | public EndPoint proxyEP; | 39 | public EndPoint proxyEP; |
44 | 40 | ||
45 | public uint sequence; | ||
46 | public byte[] usecircuit; | ||
47 | public EndPoint userEP; | 41 | public EndPoint userEP; |
48 | 42 | ||
49 | public int resendThrottle; | 43 | public int resendThrottle; |
@@ -59,9 +53,5 @@ namespace OpenSim.Framework | |||
59 | public int targetThrottle; | 53 | public int targetThrottle; |
60 | 54 | ||
61 | public int maxThrottle; | 55 | public int maxThrottle; |
62 | |||
63 | public Dictionary<string, int> SyncRequests = new Dictionary<string,int>(); | ||
64 | public Dictionary<string, int> AsyncRequests = new Dictionary<string,int>(); | ||
65 | public Dictionary<string, int> GenericRequests = new Dictionary<string,int>(); | ||
66 | } | 56 | } |
67 | } | 57 | } |