logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mini-inetd - small TCP/IP connection dispatcher

Bugs

       The names of the options are not yet finalized, and may change at a future release.

                                                  1997 April 13                                    MINI-INETD(1)

Description

mini-inetd listens for TCP/IP connections on port.  For each connection, program is started with standard
       input  and  standard  output connected to the socket.  If localaddr is given, mini-inetd only listens for
       connections on the interface specified by that hostname or IP address, otherwise, it listens  to  all  IP
       interfaces on the machine.

Name

       mini-inetd - small TCP/IP connection dispatcher

Options

-d     Debug...

       -mmaxconnections
              Exit after maxconnections connections has been handled.

See Also

tcpconnect(1), tcplisten(1), inetd(1m).

Synopsis

mini-inetd [-d] [-mmaxconnections] [localaddr:]portprogram [argv0argv1 ...]

See Also