ToyGine2 26.2.0
Game Engine for retro consoles
Loading...
Searching...
No Matches
socket_statistics.hpp File Reference

Socket traffic statistics: bytes sent and received. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  toy::network::SocketStatistics
 Byte counters for socket traffic (sent and received). More...

Namespaces

namespace  toy
 Root namespace containing all engine modules.
namespace  toy::network
 Network types: endpoint, socket error, flags, statistics, type, and related APIs.

Detailed Description

Socket traffic statistics: bytes sent and received.

Defines toy::network::SocketStatistics with byte counters for sent and received data. Used to track traffic per socket or aggregate across connections.

Note
Included by network.hpp; do not include this file directly.