ports/net/libsockpp/pkg-descr
2023-12-04 22:18:50 +03:00

4 lines
252 B
Text

Sockpp is a fairly low-level C++ wrapper around the Berkeley sockets library
using socket, acceptor, and connector classes that are familiar concepts from
other languages. The base socket class wraps a system socket handle, and
maintains its lifetime.