Initialising a socket subsystem. More...
#include <cstring>
#include <ecl/config/ecl.hpp>
#include <unistd.h>
#include <ecl/errors/handlers.hpp>
#include "../../include/ecl/io/sockets.hpp"
Go to the source code of this file.
Namespaces | |
ecl | |
Functions | |
ecl_io_PUBLIC SocketError | ecl::close_socket (const socket_descriptor &sock) |
Close a socket. More... | |
ecl_io_PUBLIC SocketError | ecl::init_sockets () |
Initialise the socket subsystem. More... | |
ecl_io_PUBLIC SocketError | ecl::shutdown_sockets () |
Shutdown the socket subsystem. More... | |