Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 368 Bytes

File metadata and controls

10 lines (7 loc) · 368 Bytes

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.

Files

  • test.cpp and testsvr.cpp: some simple examples of how the library may be used
  • src/*: the library itself