Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
8 lines
281 B
Text
8 lines
281 B
Text
Like inetd, this program listens on the net for requests and spawns a
|
|
server to handle them. However, it only handles one port and one
|
|
program. Other limitations:
|
|
* only 'stream' socket type
|
|
* only 'nowait'
|
|
* doesn't switch user-ids
|
|
|
|
WWW: http://www.acme.com/software/micro_inetd/
|