Cross platform socket api. More...
Go to the source code of this file.
Classes | |
class | ecl::SocketError |
Extends the generic error handler with socket specific error strings. More... | |
Namespaces | |
namespace | ecl |
Typedefs | |
typedef int | ecl::socket_descriptor |
Cross-platform typedef for a socket file descriptor. | |
Functions | |
SocketError | ecl::close_socket (const socket_descriptor &sock) |
Close a socket. | |
SocketError | ecl::init_sockets () |
Initialise the socket subsystem. | |
SocketError | ecl::shutdown_sockets () |
Shutdown the socket subsystem. |
Cross platform socket api.
Winsock references:
Getting Started
Definition in file sockets.hpp.