Skip to content
Frank Pagliughi edited this page Jan 2, 2018 · 3 revisions

Welcome to the sockpp wiki!

The sockpp library is a low-level C++11 wrapper around the Berkley sockets library. It add some basic object-oriented structure and resource management, but doesn't add any additional features (or overhead) to what is available through the sockets library.

Getting Started

Clone this wiki locally