![]() |
ToyGine2 26.2.0
Game Engine for retro consoles
|
Byte counters for socket traffic (sent and received). More...
Public Attributes | |
| size_t | bytesSent = 0 |
| Total bytes sent on the socket. | |
| size_t | bytesReceived = 0 |
| Total bytes received on the socket. | |
Byte counters for socket traffic (sent and received).
| size_t toy::network::SocketStatistics::bytesReceived = 0 |
Total bytes received on the socket.
| size_t toy::network::SocketStatistics::bytesSent = 0 |
Total bytes sent on the socket.