]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/cmd/nncp-toss.texi
Generate ACKs during tossing
[nncp.git] / doc / cmd / nncp-toss.texi
index 703c291f4a529cdb8c2c4cc61b9357114bdb2abf..3ba96494b4f8cd7f75f7e31413ab45d98144faba 100644 (file)
@@ -1,4 +1,5 @@
 @node nncp-toss
+@pindex nncp-toss
 @section nncp-toss
 
 @example
@@ -6,8 +7,8 @@ $ nncp-toss [options]
     [-node NODE]
     [-dryrun]
     [-cycle INT]
-    [-seen]
-    [-nofile] [-nofreq] [-noexec] [-notrns] [-noarea]
+    [-seen] [-gen-ack]
+    [-nofile] [-nofreq] [-noexec] [-notrns] [-noarea] [-noack]
 @end example
 
 Perform "tossing" operation on all inbound packets. This is the tool
@@ -22,11 +23,17 @@ tells what it will do.
 @option{INT} seconds in an infinite loop. That can be useful when
 running this command as a daemon.
 
-@option{-seen} option creates empty @file{XXX.seen} file after
-successful tossing of @file{XXX} packet. @ref{nncp-xfer},
-@ref{nncp-bundle}, @ref{nncp-daemon} and @ref{nncp-call} commands skip
-inbound packets that has been already seen, processed and tossed. This
-is helpful to prevent duplicates.
+@option{-seen} option creates empty @file{seen/XXX} file after
+successful tossing of @file{XXX} packet. @command{@ref{nncp-xfer}},
+@command{@ref{nncp-bundle}}, @command{@ref{nncp-daemon}} and
+@command{@ref{nncp-call}} commands skip inbound packets that has been
+already seen, processed and tossed. This is helpful to prevent
+duplicates.
 
 @option{-nofile}, @option{-nofreq}, @option{-noexec}, @option{-notrns},
-@option{-noarea} options allow to disable any kind of packet types processing.
+@option{-noarea}, @option{-noack} options allow disabling any kind of
+packet types processing.
+
+@option{-gen-ack} option tells to automatically generate @ref{ACK}
+outbound packets when tossing each packet, saving corresponding list of
+generated packets inside the special directory in the @ref{ACKFile, spool}.