Daniel Ouellet wrote:
Alexander Hall wrote:
from inetd(8):
The optional ``max'' suffix (separated from ``wait'' or
``nowait'' by a dot) specifies the maximum number of
server instances that may be spawned from inetd within
an interval of 60 seconds. When omitted, ``max''
defaults to 256.
Not sure how this would be presented then.
So, should I conclude that it should be
tftp dgram udp wait.6000, max.1024 root /usr/libexec/tftpd
Or something like that?
No. The ".6000" part is the max suffix, so the above is not
syntactically correct.
If what you want is at most 1024 servers per minute, ``wait.1024''
should do it.