Definition at line 28 of file connection.hpp.
Public Attributes | |
| std::atomic< int64_t > | msg_sent {0} |
| std::atomic< int64_t > | msg_recv {0} |
| std::atomic< int64_t > | bytes_sent {0} |
| std::atomic< int64_t > | bytes_recv {0} |
| std::atomic<int64_t> websocket::Statistics::bytes_recv {0} |
Definition at line 32 of file connection.hpp.
| std::atomic<int64_t> websocket::Statistics::bytes_sent {0} |
Definition at line 31 of file connection.hpp.
| std::atomic<int64_t> websocket::Statistics::msg_recv {0} |
Definition at line 30 of file connection.hpp.
| std::atomic<int64_t> websocket::Statistics::msg_sent {0} |
Definition at line 29 of file connection.hpp.