|
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 |
| namespace | openvpn::UDPTransport |
Macros | |
| #define | OPENVPN_LOG_UDPLINK_ERROR(x) |
| #define | OPENVPN_LOG_UDPLINK_VERBOSE(x) |
Typedefs | |
| using | openvpn::UDPTransport::AsioEndpoint = openvpn_io::ip::udp::endpoint |
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.