#include <network.hpp>
Public Member Functions | |
connection_stats (int sent, int received, int connected_at) | |
Public Attributes | |
int | bytes_sent |
int | bytes_received |
int | time_connected |
Definition at line 252 of file network.hpp.
Definition at line 221 of file network.cpp.
int network::connection_stats::bytes_received |
Definition at line 256 of file network.hpp.
int network::connection_stats::bytes_sent |
Definition at line 256 of file network.hpp.
int network::connection_stats::time_connected |
Definition at line 257 of file network.hpp.