sockpp
Modern C++ socket library wrapper
|
acceptor.h | Class for a TCP server to accept incoming connections |
connector.h | Class for creating client-side streaming connections |
datagram_socket.h | Classes for datagram sockets |
exception.h | Exception classes for the sockpp library |
inet6_address.h | Class for a TCP/IP IPv6 socket address |
inet_address.h | Class for a TCP/IP socket address |
platform.h | Platform-specific definitions for the sockpp library |
sock_address.h | Generic address class for sockpp |
socket.h | Classes for TCP & UDP socket |
stream_socket.h | Classes for stream sockets |
tcp6_acceptor.h | Class for a TCP v6 server to accept incoming connections |
tcp6_connector.h | Class for creating client-side TCP connections |
tcp6_socket.h | Class (typedef) for IPv6 TCP socket |
tcp_acceptor.h | Class for a TCP server to accept incoming connections |
tcp_connector.h | Class for creating client-side TCP connections |
tcp_socket.h | Class (typedef) for IPv4 TCP socket |
udp6_socket.h | Class (typedef) for UDP v6 socket |
udp_socket.h | Class (typedef) for UDP v4 socket |
unix_acceptor.h | Class for a TCP server to accept incoming connections |
unix_address.h | Class for a UNIX-domain socket address |
unix_connector.h | Class for creating client-side UNIX-domain socket connections |
unix_dgram_socket.h | Class (typedef) for Unix-domain UDP socket |
unix_stream_socket.h | Class (typedef) for Unix-domain streaming socket |