]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/call.texi
Multicast areas
[nncp.git] / doc / call.texi
index 81ee9bafd465a0b5d15044c3406fc035b5d431f6..83f43ea5fe206e9b4dc36a559b32e91be70d2500 100644 (file)
@@ -1,7 +1,7 @@
 @node Call
 @unnumbered Call configuration
 
-Call is a rule when and how node can be called.
+Call is a rule when and how node can be called by @ref{nncp-caller}.
 
 Example list of call structures:
 
@@ -31,6 +31,8 @@ calls: [
     {
         cron: "*/5 * * * * * *"
         when-tx-exists: true
+        nock: true
+        mcd-ignore: true
     },
 ]
 @end verbatim
@@ -85,4 +87,19 @@ created, or skip any kind of packet processing.
 @item when-tx-exists
 Call only if packets for sending exists.
 
+@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.
+
+@anchor{CfgMCDIgnore}
+@item mcd-ignore
+Ignore @ref{MCD} announcements: do not add MCD addresses for possible
+connection attempts.
+
 @end table