OpenVPN 3 Core Library
|
#include <config.hpp>
Public Attributes | |
TunProp::Config | tun_prop |
Frame::Ptr | frame |
SessionStats::Ptr | stats |
Stop * | stop = nullptr |
bool | tun_persist = false |
Definition at line 24 of file config.hpp.
Frame::Ptr openvpn::ExternalTun::Config::frame |
Definition at line 27 of file config.hpp.
SessionStats::Ptr openvpn::ExternalTun::Config::stats |
Definition at line 28 of file config.hpp.
Stop* openvpn::ExternalTun::Config::stop = nullptr |
Definition at line 29 of file config.hpp.
bool openvpn::ExternalTun::Config::tun_persist = false |
Definition at line 30 of file config.hpp.
TunProp::Config openvpn::ExternalTun::Config::tun_prop |
Definition at line 26 of file config.hpp.