Differences between current version and previous revision of inetd.conf(5).
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Friday, October 3, 2003 12:07:14 pm | by AristotlePagaltzis | |
Older page: | version 2 | Last edited on Monday, June 3, 2002 11:58:03 pm | by perry | Revert |
@@ -57,11 +57,11 @@
and should use the ``nowait'' entry. For datagram servers
which process all incoming datagrams on a socket and
eventually time out, the server is said to be
``single-threaded'' and should use a ``wait'' entry.
-Comsat
(8) (biff(1)) and talkd(8)
+comsat
(8) (biff(1)) and talkd(8)
are both examples of the latter type of datagram server.
-Tftpd
(8) is an exception; it is a datagram server
+tftpd
(8) is an exception; it is a datagram server
that establishes pseudo-connections. It must be listed as
``wait'' in order to avoid a race; the server reads the
first packet, creates a new socket, and then forks and exits
to allow inetd to check for new service requests to spawn