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

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)
 

Macro Definition Documentation

◆ OPENVPN_LOG_TCPLINK_ERROR

#define OPENVPN_LOG_TCPLINK_ERROR (   x)

Definition at line 33 of file tcplinkcommon.hpp.

◆ OPENVPN_LOG_TCPLINK_VERBOSE

#define OPENVPN_LOG_TCPLINK_VERBOSE (   x)

Definition at line 39 of file tcplinkcommon.hpp.