OpenVPN 3 Core Library
|
#include <deque>
#include <utility>
#include <memory>
#include <openvpn/io/io.hpp>
#include <openvpn/common/size.hpp>
#include <openvpn/common/rc.hpp>
#include <openvpn/common/socktypes.hpp>
#include <openvpn/error/excode.hpp>
#include <openvpn/frame/frame.hpp>
#include <openvpn/log/sessionstats.hpp>
#include <openvpn/transport/tcplinkbase.hpp>
#include <openvpn/transport/pktstream.hpp>
#include <openvpn/transport/mutate.hpp>
Go to the source code of this file.
Classes | |
class | openvpn::TCPTransport::LinkCommon< Protocol, ReadHandler, RAW_MODE_ONLY > |
Namespaces | |
namespace | openvpn |
Support deferred server-side state creation when client connects. | |
namespace | openvpn::TCPTransport |
Macros | |
#define | OPENVPN_LOG_TCPLINK_ERROR(x) |
#define | OPENVPN_LOG_TCPLINK_VERBOSE(x) |
#define OPENVPN_LOG_TCPLINK_ERROR | ( | x | ) |
Definition at line 33 of file tcplinkcommon.hpp.
#define OPENVPN_LOG_TCPLINK_VERBOSE | ( | x | ) |
Definition at line 39 of file tcplinkcommon.hpp.