ToyGine2 26.2.0
Game Engine for retro consoles
Loading...
Searching...
No Matches
toy::network::SocketStatistics Struct Reference

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.

Detailed Description

Byte counters for socket traffic (sent and received).

Member Data Documentation

◆ bytesReceived

size_t toy::network::SocketStatistics::bytesReceived = 0

Total bytes received on the socket.

◆ bytesSent

size_t toy::network::SocketStatistics::bytesSent = 0

Total bytes sent on the socket.


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