|
OpenVPN 3 Core Library
|
#include <peerstats.hpp>
Public Member Functions | |
| std::string | to_string () const |
Public Attributes | |
| std::uint64_t | rx_bytes = 0 |
| std::uint64_t | tx_bytes = 0 |
| int | status = 0 |
Definition at line 20 of file peerstats.hpp.
|
inline |
Definition at line 22 of file peerstats.hpp.
| std::uint64_t openvpn::PeerStats::rx_bytes = 0 |
Definition at line 36 of file peerstats.hpp.
| int openvpn::PeerStats::status = 0 |
Definition at line 38 of file peerstats.hpp.
| std::uint64_t openvpn::PeerStats::tx_bytes = 0 |
Definition at line 37 of file peerstats.hpp.