mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
4 lines
252 B
Text
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.
|