|
Pol
Revision:cb584c9
|
#include <polstats.h>
Public Member Functions | |
| PolStats () | |
Public Attributes | |
| std::atomic< u64 > | bytes_received |
| std::atomic< u64 > | bytes_sent |
Definition at line 16 of file polstats.h.
| Pol::Core::PolStats::PolStats | ( | ) |
Definition at line 12 of file polstats.cpp.
| std::atomic<u64> Pol::Core::PolStats::bytes_received |
Definition at line 20 of file polstats.h.
Referenced by Pol::Module::GetCoreVariable(), Pol::Network::Client::recv_remaining(), and Pol::Network::Client::recv_remaining_nocrypt().
| std::atomic<u64> Pol::Core::PolStats::bytes_sent |
Definition at line 21 of file polstats.h.
Referenced by Pol::Module::GetCoreVariable(), Pol::Network::Client::send_queued_data(), and Pol::Network::Client::xmit().