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

#include <altproxy.hpp>

Collaboration diagram for openvpn::AltProxy::Config:
[legend]

Public Member Functions

 Config ()
 

Public Attributes

RemoteList::Ptr remote_list
 
size_t free_list_max_size
 
Frame::Ptr frame
 
SessionStats::Ptr stats
 
StrongRandomAPI::Ptr rng
 
DigestFactory::Ptr digest_factory
 
SocketProtectsocket_protect
 

Detailed Description

Definition at line 26 of file altproxy.hpp.

Constructor & Destructor Documentation

◆ Config()

openvpn::AltProxy::Config::Config ( )
inline

Definition at line 28 of file altproxy.hpp.

Member Data Documentation

◆ digest_factory

DigestFactory::Ptr openvpn::AltProxy::Config::digest_factory

Definition at line 40 of file altproxy.hpp.

◆ frame

Frame::Ptr openvpn::AltProxy::Config::frame

Definition at line 36 of file altproxy.hpp.

◆ free_list_max_size

size_t openvpn::AltProxy::Config::free_list_max_size

Definition at line 35 of file altproxy.hpp.

◆ remote_list

RemoteList::Ptr openvpn::AltProxy::Config::remote_list

Definition at line 34 of file altproxy.hpp.

◆ rng

StrongRandomAPI::Ptr openvpn::AltProxy::Config::rng

Definition at line 39 of file altproxy.hpp.

◆ socket_protect

SocketProtect* openvpn::AltProxy::Config::socket_protect

Definition at line 42 of file altproxy.hpp.

◆ stats

SessionStats::Ptr openvpn::AltProxy::Config::stats

Definition at line 37 of file altproxy.hpp.


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