]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/call.texi
Merge branch 'develop'
[nncp.git] / doc / call.texi
index 388f041a553fd483da7111a8350d221bcbf10e8f..bb29b58bc8aa7acf9f9bb82a37f475ff39f9ccdd 100644 (file)
@@ -3,7 +3,7 @@
 @vindex calls
 @unnumbered Call configuration
 
-Call is a rule when and how node can be called by @ref{nncp-caller}.
+Call is a rule when and how node can be called by @command{@ref{nncp-caller}}.
 
 Example list of call structures:
 
@@ -16,6 +16,7 @@ calls: [
 
         autotoss: true
         autotoss-doseen: true
+        autotoss-gen-ack: true
     }
     {
         cron: "30 * * * SAT,SUN"
@@ -88,10 +89,11 @@ Optional. Override @ref{CfgMaxOnlineTime, @emph{maxonlinetime}}
 configuration option when calling.
 
 @vindex autotoss
-@item autotoss, -doseen, -nofile, -nofreq, -noexec, -notrns
+@item autotoss, -doseen, -nofile, -nofreq, -noexec, -notrns, -noack, -gen-ack
 Optionally enable auto tossing: run tosser on node's spool every second
 during the call. You can control either are @file{seen/} files must be
-created, or skip any kind of packet processing.
+created, or skip any kind of packet processing, or enable @ref{ACK}
+packets generation.
 
 @vindex when-tx-exists
 @item when-tx-exists
@@ -105,12 +107,13 @@ but @emph{when-tx-exists} does not influence @emph{cron}. When
 @anchor{CfgNoCK}
 @item nock
 NoCK (no-checksumming) tells not to do checksumming of received files,
-assuming that it will be done for example with @ref{nncp-check} command
-later. That can help minimizing time spent online, because HDD won't do
-simultaneous reading of the data for checksumming and writing of the
-received one, but just sequential writing of the file. Pay attention
-that you have to make a call to remote node after checksumming is done,
-to send notification about successful packet reception.
+assuming that it will be done for example with
+@command{@ref{nncp-check}} command later. That can help minimizing time
+spent online, because HDD won't do simultaneous reading of the data for
+checksumming and writing of the received one, but just sequential
+writing of the file. Pay attention that you have to make a call to
+remote node after checksumming is done, to send notification about
+successful packet reception.
 
 @vindex mcd-ignore
 @anchor{CfgMCDIgnore}