A C++ library for manipulating sockets, that aims to be easy to use through a familiar Berkeley sockets interface, while incorporating modern programming techniques and newer functions from the POSIX sockets API.
C++11 support is required.
test.cpp
andtestsvr.cpp
: some simple examples of how the library may be usedsrc/*
: the library itself