OpenVPN 3 Core Library
|
Public Types | |
typedef RCPtr< Config > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
Public Attributes | |
std::string | npserv = Agent::named_pipe_path() |
std::string | client_exe = Win::module_name_utf8() |
int | debug_level = 1 |
TunWin::Type | tun_type = TunWin::TapWindows6 |
bool | allow_local_dns_resolvers = false |
Additional Inherited Members | |
![]() | |
RC () noexcept=default | |
RC (const RC &)=delete | |
virtual | ~RC ()=default |
RC & | operator= (const RC &)=delete |
olong | use_count () const noexcept |
Delegates call to RCImpl and returns the result. | |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
Definition at line 74 of file cmdagent.hpp.
Definition at line 76 of file cmdagent.hpp.
bool openvpn::WinCommandAgent::Config::allow_local_dns_resolvers = false |
Definition at line 82 of file cmdagent.hpp.
std::string openvpn::WinCommandAgent::Config::client_exe = Win::module_name_utf8() |
Definition at line 79 of file cmdagent.hpp.
int openvpn::WinCommandAgent::Config::debug_level = 1 |
Definition at line 80 of file cmdagent.hpp.
std::string openvpn::WinCommandAgent::Config::npserv = Agent::named_pipe_path() |
Definition at line 78 of file cmdagent.hpp.
TunWin::Type openvpn::WinCommandAgent::Config::tun_type = TunWin::TapWindows6 |
Definition at line 81 of file cmdagent.hpp.