freebsd-ports/devel/libsock/pkg-descr
Jason Evans a5909018cc Add ports for:
libstash - Algorithms and data structures library.
libsock - TCP/IP networking library
ncat - Like cat(1), but with sockets.
proxy - Transparent logging proxy.

All of these ports are part of a single source distribution, but they fit
better into the ports scheme as separate ports.
2000-08-23 07:35:52 +00:00

7 lines
435 B
Plaintext

The libsock library implements a streamlined interface for multi-threaded TCP/IP
socket programming. The main purpose of the library is to abstract the
complexities of threaded network server programming without compromising
performance. libsock centrally handles all of the poll() waiting in one thread
to improve performance, at the same time as making reading and writing seem
completely asynchronous at the sock interface level.