Statistics of bandwidth usage and ping times in the local client instance. More...
Public Attributes | |
long | nUdpBytesSent |
Bytes sent on UDP. | |
long | nUdpBytesRecv |
Bytes received on UDP. | |
long | nVoiceBytesSent |
Voice data sent (on UDP). | |
long | nVoiceBytesRecv |
Voice data received (on UDP). | |
long | nVideoBytesSent |
Video data sent (on UDP). | |
long | nVideoBytesRecv |
Video data received (on UDP). | |
long | nDesktopBytesSent |
Desktop data sent (on UDP). | |
long | nDesktopBytesRecv |
Desktop data received (on UDP). | |
int | nUdpPingTimeMs |
Response time to server on UDP (based on ping/pong sent at a specified interval. Set to -1 if not currently available. | |
int | nTcpPingTimeMs |
Response time to server on TCP (based on ping/pong sent at a specified interval. Set to -1 if not currently available. | |
int | nTcpServerSilenceSec |
The number of seconds nothing has been received by the client on TCP. | |
int | nUdpServerSilenceSec |
The number of seconds nothing has been received by the client on UDP. |
Statistics of bandwidth usage and ping times in the local client instance.
Bytes sent on UDP.
Bytes received on UDP.
Voice data sent (on UDP).
Voice data received (on UDP).
Video data sent (on UDP).
Video data received (on UDP).
Desktop data sent (on UDP).
Desktop data received (on UDP).
Response time to server on UDP (based on ping/pong sent at a specified interval. Set to -1 if not currently available.
Response time to server on TCP (based on ping/pong sent at a specified interval. Set to -1 if not currently available.
The number of seconds nothing has been received by the client on TCP.
The number of seconds nothing has been received by the client on UDP.