mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
dc4b926a3c
PR: ports/163686 Submitted by: maintainer
8 lines
340 B
Plaintext
8 lines
340 B
Plaintext
libserver implements a generic multi-process TCP or UNIX-domain server
|
|
which is incapable of servicing connections on its own. The programmer
|
|
writes an initialization function and a function to service connections,
|
|
then compiles and links his or her code against the library to create a
|
|
complete server.
|
|
|
|
WWW: http://www.mammothcheese.ca/
|