OpenVPN 3 Core Library
Loading...
Searching...
No Matches
sockopt.hpp File Reference
#include <openvpn/common/platform.hpp>
#include <unistd.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openvpn/common/exception.hpp>
Include dependency graph for sockopt.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  openvpn
 Support deferred server-side state creation when client connects.
 
namespace  openvpn::SockOpt
 

Functions

void openvpn::SockOpt::reuseaddr (const int fd)
 
void openvpn::SockOpt::tcp_nodelay (const int fd)
 
void openvpn::SockOpt::set_cloexec (const int fd)
 
static void openvpn::SockOpt::set_nonblock (const int fd)