TCP Socket (original) (raw)

tacopie::tcp_socket is the class providing low-level TCP socket features.

The tcp_socket provides a simple but convenient abstraction to unix and windows sockets.

It also provides a socket type checker to ensure that server-only operations are only processable on server sockets, and client-only operations are only processable on client sockets.

Full documentation on Doxygen