X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fcmd%2Fnncp-toss.texi;h=3ba96494b4f8cd7f75f7e31413ab45d98144faba;hb=2e22bda93fdf8f2f84e4d19b3f1d46318b497139;hp=703c291f4a529cdb8c2c4cc61b9357114bdb2abf;hpb=ab7c7eca0e53661f0ba904c2a6ba752990bea367;p=nncp.git diff --git a/doc/cmd/nncp-toss.texi b/doc/cmd/nncp-toss.texi index 703c291..3ba9649 100644 --- a/doc/cmd/nncp-toss.texi +++ b/doc/cmd/nncp-toss.texi @@ -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}.