libsshpp v0.1.7
Modern C++17 wrapper for libssh
Loading...
Searching...
No Matches
sshpp::ForwardStats Struct Reference

#include <forwarding.hpp>

Public Attributes

std::uint64_t connections = 0
 
std::uint64_t bytes_out = 0
 
std::uint64_t bytes_in = 0
 
std::uint64_t rejected = 0
 

Member Data Documentation

◆ connections

std::uint64_t sshpp::ForwardStats::connections = 0

◆ bytes_out

std::uint64_t sshpp::ForwardStats::bytes_out = 0

◆ bytes_in

std::uint64_t sshpp::ForwardStats::bytes_in = 0

◆ rejected

std::uint64_t sshpp::ForwardStats::rejected = 0

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