OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::WinCommandAgent::Config Struct Reference
Inheritance diagram for openvpn::WinCommandAgent::Config:
[legend]
Collaboration diagram for openvpn::WinCommandAgent::Config:
[legend]

Public Types

typedef RCPtr< ConfigPtr
 
- Public Types inherited from openvpn::RC< thread_unsafe_refcount >
typedef RCPtr< RCPtr
 

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

- Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount >
 RC () noexcept=default
 
 RC (const RC &)=delete
 
virtual ~RC ()=default
 
RCoperator= (const RC &)=delete
 
olong use_count () const noexcept
 Delegates call to RCImpl and returns the result.
 
- Static Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount >
static constexpr bool is_thread_safe ()
 Delegates call to RCImpl and returns the result.
 

Detailed Description

Definition at line 74 of file cmdagent.hpp.

Member Typedef Documentation

◆ Ptr

Definition at line 76 of file cmdagent.hpp.

Member Data Documentation

◆ allow_local_dns_resolvers

bool openvpn::WinCommandAgent::Config::allow_local_dns_resolvers = false

Definition at line 82 of file cmdagent.hpp.

◆ client_exe

std::string openvpn::WinCommandAgent::Config::client_exe = Win::module_name_utf8()

Definition at line 79 of file cmdagent.hpp.

◆ debug_level

int openvpn::WinCommandAgent::Config::debug_level = 1

Definition at line 80 of file cmdagent.hpp.

◆ npserv

std::string openvpn::WinCommandAgent::Config::npserv = Agent::named_pipe_path()

Definition at line 78 of file cmdagent.hpp.

◆ tun_type

TunWin::Type openvpn::WinCommandAgent::Config::tun_type = TunWin::TapWindows6

Definition at line 81 of file cmdagent.hpp.


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