You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2019. It is now read-only.
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.