Configuring and Managing MPE/iX Internet Services (MPE/iX 6.0)
Chapter 2 33
Internet Daemon
inetd Configuration File
wait state One of two states, wait or nowait, that applies only to
datagram sockets. The wait entry instructs inetd to
execute only one datagram server for the specified
socket at any one time. This is a single-threaded
datagram server. The nowait entry instructs inetd to
execute a datagram server for a specified socket
whenever a datagram arrives, which frees the socket so
that inetd can receive further datagrams. This is a
multi-threaded datagram server.
user The identification of the user when the server is
running.
server
program The absolute path of the program that inetd executes
when it receives a connection request.
arguments Arguments to the server program, beginning with
argument zero, which is the name of the program.