|
OpenVPN 3 Core Library
|
#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>Go to the source code of this file.
Namespaces | |
| namespace | openvpn |
| 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) |