mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a5909018cc
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.
7 lines
435 B
Plaintext
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.
|