OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Attributes | List of all members
OpenSim.Framework.ClientInfo Class Reference
Collaboration diagram for OpenSim.Framework.ClientInfo:
Collaboration graph
[legend]

Public Attributes

readonly DateTime StartedTime = DateTime.Now
 
AgentCircuitData agentcircuit = null
 
Dictionary< uint, byte[]> needAck
 
List< byte[]> out_packets = new List<byte[]>()
 
Dictionary< uint, uint > pendingAcks = new Dictionary<uint,uint>()
 
EndPoint proxyEP
 
uint sequence
 
byte[] usecircuit
 
EndPoint userEP
 
int resendThrottle
 
int landThrottle
 
int windThrottle
 
int cloudThrottle
 
int taskThrottle
 
int assetThrottle
 
int textureThrottle
 
int totalThrottle
 
int targetThrottle
 
int maxThrottle
 
Dictionary< string, int > SyncRequests = new Dictionary<string,int>()
 
Dictionary< string, int > AsyncRequests = new Dictionary<string,int>()
 
Dictionary< string, int > GenericRequests = new Dictionary<string,int>()
 

Detailed Description

Definition at line 34 of file ClientInfo.cs.

Member Data Documentation

AgentCircuitData OpenSim.Framework.ClientInfo.agentcircuit = null

Definition at line 37 of file ClientInfo.cs.

int OpenSim.Framework.ClientInfo.assetThrottle

Definition at line 54 of file ClientInfo.cs.

Dictionary<string, int> OpenSim.Framework.ClientInfo.AsyncRequests = new Dictionary<string,int>()

Definition at line 64 of file ClientInfo.cs.

int OpenSim.Framework.ClientInfo.cloudThrottle

Definition at line 52 of file ClientInfo.cs.

Dictionary<string, int> OpenSim.Framework.ClientInfo.GenericRequests = new Dictionary<string,int>()

Definition at line 65 of file ClientInfo.cs.

int OpenSim.Framework.ClientInfo.landThrottle

Definition at line 50 of file ClientInfo.cs.

int OpenSim.Framework.ClientInfo.maxThrottle

Definition at line 61 of file ClientInfo.cs.

Dictionary<uint, byte[]> OpenSim.Framework.ClientInfo.needAck

Definition at line 39 of file ClientInfo.cs.

List<byte[]> OpenSim.Framework.ClientInfo.out_packets = new List<byte[]>()

Definition at line 41 of file ClientInfo.cs.

Dictionary<uint, uint> OpenSim.Framework.ClientInfo.pendingAcks = new Dictionary<uint,uint>()

Definition at line 42 of file ClientInfo.cs.

EndPoint OpenSim.Framework.ClientInfo.proxyEP

Definition at line 43 of file ClientInfo.cs.

int OpenSim.Framework.ClientInfo.resendThrottle

Definition at line 49 of file ClientInfo.cs.

uint OpenSim.Framework.ClientInfo.sequence

Definition at line 45 of file ClientInfo.cs.

readonly DateTime OpenSim.Framework.ClientInfo.StartedTime = DateTime.Now

Definition at line 36 of file ClientInfo.cs.

Dictionary<string, int> OpenSim.Framework.ClientInfo.SyncRequests = new Dictionary<string,int>()

Definition at line 63 of file ClientInfo.cs.

int OpenSim.Framework.ClientInfo.targetThrottle

Definition at line 59 of file ClientInfo.cs.

int OpenSim.Framework.ClientInfo.taskThrottle

Definition at line 53 of file ClientInfo.cs.

int OpenSim.Framework.ClientInfo.textureThrottle

Definition at line 55 of file ClientInfo.cs.

int OpenSim.Framework.ClientInfo.totalThrottle

Definition at line 56 of file ClientInfo.cs.

byte [] OpenSim.Framework.ClientInfo.usecircuit

Definition at line 46 of file ClientInfo.cs.

EndPoint OpenSim.Framework.ClientInfo.userEP

Definition at line 47 of file ClientInfo.cs.

int OpenSim.Framework.ClientInfo.windThrottle

Definition at line 51 of file ClientInfo.cs.


The documentation for this class was generated from the following file: