|
group2 0.1.0
CSE 125 Group 2
|
Live network statistics updated each frame. More...
#include <Client.hpp>
Public Attributes | |
| float | rttMs = 0.0f |
| Latest round-trip time (ms). | |
| float | avgRttMs = 0.0f |
| Exponential moving average RTT (ms). | |
| uint64_t | bytesRecvTotal = 0 |
| Total bytes received since connection. | |
| uint64_t | bytesSentTotal = 0 |
| Total bytes sent since connection. | |
| float | recvBytesPerSec = 0.0f |
| Receive bandwidth (bytes/sec, smoothed). | |
| float | sendBytesPerSec = 0.0f |
| Send bandwidth (bytes/sec, smoothed). | |
| uint32_t | registryUpdateSize = 0 |
| Last registry update payload size (bytes). | |
| float | registryUpdatesPerSec = 0.0f |
| Registry updates received per second. | |
Live network statistics updated each frame.
| float NetworkStats::avgRttMs = 0.0f |
Exponential moving average RTT (ms).
| uint64_t NetworkStats::bytesRecvTotal = 0 |
Total bytes received since connection.
| uint64_t NetworkStats::bytesSentTotal = 0 |
Total bytes sent since connection.
| float NetworkStats::recvBytesPerSec = 0.0f |
Receive bandwidth (bytes/sec, smoothed).
| uint32_t NetworkStats::registryUpdateSize = 0 |
Last registry update payload size (bytes).
| float NetworkStats::registryUpdatesPerSec = 0.0f |
Registry updates received per second.
| float NetworkStats::rttMs = 0.0f |
Latest round-trip time (ms).
| float NetworkStats::sendBytesPerSec = 0.0f |
Send bandwidth (bytes/sec, smoothed).