OpenVPN 3 Core Library
|
#include <windows.h>
#include <string>
#include <cstring>
#include <vector>
#include <memory>
#include <mutex>
#include <openvpn/common/exception.hpp>
#include <openvpn/common/wstring.hpp>
#include <openvpn/win/winerr.hpp>
#include <openvpn/win/modname.hpp>
Go to the source code of this file.
Classes | |
class | openvpn::Win::Service |
struct | openvpn::Win::Service::Config |
class | openvpn::Win::Service::ScopedSCHandle |
Namespaces | |
namespace | openvpn |
Support deferred server-side state creation when client connects. | |
namespace | openvpn::Win |