OpenVPN 3 Core Library
|
#include <memory>
#include <openvpn/io/io.hpp>
#include <openvpn/common/size.hpp>
#include <openvpn/common/rc.hpp>
#include <openvpn/frame/frame.hpp>
#include <openvpn/log/sessionstats.hpp>
Go to the source code of this file.
Classes | |
struct | openvpn::UDPTransport::PacketFrom |
class | openvpn::UDPTransport::UDPLink< ReadHandler > |
Namespaces | |
namespace | openvpn |
Support deferred server-side state creation when client connects. | |
namespace | openvpn::UDPTransport |
Macros | |
#define | OPENVPN_LOG_UDPLINK_ERROR(x) |
#define | OPENVPN_LOG_UDPLINK_VERBOSE(x) |
Typedefs | |
typedef openvpn_io::ip::udp::endpoint | openvpn::UDPTransport::AsioEndpoint |
Enumerations | |
enum | { openvpn::UDPTransport::SEND_SOCKET_HALTED = -1 , openvpn::UDPTransport::SEND_PARTIAL = -2 } |
#define OPENVPN_LOG_UDPLINK_ERROR | ( | x | ) |
Definition at line 33 of file udplink.hpp.
#define OPENVPN_LOG_UDPLINK_VERBOSE | ( | x | ) |
Definition at line 39 of file udplink.hpp.