blob: 7ecbc32ab5ca32b78d685668693a0dc477be1e07 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
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/
|