]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/cmds.texi
PINGs
[nncp.git] / doc / cmds.texi
index 2606b6ee12bd9e59c67726eb57a93c1ec5c0999a..c4c6d01f6de38728823a29473b875336320871ab 100644 (file)
@@ -250,10 +250,12 @@ can handle. @option{-bind} option specifies @option{addr:port} it must
 bind to and listen.
 
 It could be run as @command{inetd} service, by specifying
-@option{-inetd} option. Example inetd-entry:
+@option{-inetd} option. Pay attention that because it uses stdin/stdout,
+it can not effectively work with IO timeouts and connection closing can
+propagate up to 5 minutes in practice. Example inetd-entry:
 
 @verbatim
-uucp   stream  tcp6    nowait  nncpuser        /usr/local/bin/nncp-daemon      nncp-daemon -inetd
+uucp   stream  tcp6    nowait  nncpuser        /usr/local/bin/nncp-daemon      nncp-daemon -quiet -inetd
 @end verbatim
 
 @node nncp-exec