wait/nowait
Specifying WAIT means that inetd should not look for new clients for the service until the child (the real server) has terminated.
TCP servers usually specify nowait - this means inetd can start multiple copies of the TCP server program - providing concurrency.