OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::PeerStats Struct Reference

#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
 

Detailed Description

Definition at line 20 of file peerstats.hpp.

Member Function Documentation

◆ to_string()

std::string openvpn::PeerStats::to_string ( ) const
inline

Definition at line 22 of file peerstats.hpp.

Member Data Documentation

◆ rx_bytes

std::uint64_t openvpn::PeerStats::rx_bytes = 0

Definition at line 36 of file peerstats.hpp.

◆ status

int openvpn::PeerStats::status = 0

Definition at line 38 of file peerstats.hpp.

◆ tx_bytes

std::uint64_t openvpn::PeerStats::tx_bytes = 0

Definition at line 37 of file peerstats.hpp.


The documentation for this struct was generated from the following file: