OpenVPN 3 Core Library
Loading...
Searching...
No Matches
udplink.hpp File Reference
#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>
Include dependency graph for udplink.hpp:
This graph shows which files directly or indirectly include this file:

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 }
 

Macro Definition Documentation

◆ OPENVPN_LOG_UDPLINK_ERROR

#define OPENVPN_LOG_UDPLINK_ERROR (   x)

Definition at line 33 of file udplink.hpp.

◆ OPENVPN_LOG_UDPLINK_VERBOSE

#define OPENVPN_LOG_UDPLINK_VERBOSE (   x)

Definition at line 39 of file udplink.hpp.