Skip to content
This repository has been archived by the owner on Apr 6, 2019. It is now read-only.

TCP Socket

Simon Ninon edited this page Sep 25, 2017 · 4 revisions

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

Clone this wiki locally