Method | Description | |
---|---|---|
RecieveDataFromClient ( int bytes ) : void |
Add a data point for bytes recieved from the client (UPlink)
|
|
SendDataToClient ( int bytes ) : void |
Add a data point for bytes sent to the client (DOWNlink)
|
|
UpLinkDownLinkRate ( ) : System | ||
UpLinkDownLinkRate ( int averageSize ) : System | ||
getDownLinkRate ( ) : double | ||
getUpLinkRate ( ) : double |
Method | Description | |
---|---|---|
addGuardedPoint ( System.DateTime time, int bytes, int>.LinkedList |
||
average ( int>.LinkedList |
public RecieveDataFromClient ( int bytes ) : void | ||
bytes | int | |
return | void |
public UpLinkDownLinkRate ( int averageSize ) : System | ||
averageSize | int | |
return | System |