diff options
Diffstat (limited to 'devel/libsock/pkg-descr')
-rw-r--r-- | devel/libsock/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/libsock/pkg-descr b/devel/libsock/pkg-descr new file mode 100644 index 000000000000..eeef4f26184e --- /dev/null +++ b/devel/libsock/pkg-descr @@ -0,0 +1,6 @@ +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. |