X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fcall.texi;h=06566abc4a87c7a5c77e321e5a2c912bb84551ed;hb=HEAD;hp=388f041a553fd483da7111a8350d221bcbf10e8f;hpb=203dfe36da7adf2b3089e4fa4017a67409cbad70;p=nncp.git diff --git a/doc/call.texi b/doc/call.texi index 388f041..bb29b58 100644 --- a/doc/call.texi +++ b/doc/call.texi @@ -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}