]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/call.texi
Merge branch 'develop'
[nncp.git] / doc / call.texi
index 509da59e213c7c1c582cb4053a8a54bb99b63358..edf2d707ac51d6697568b343cf70b2643de57774 100644 (file)
@@ -8,16 +8,18 @@ Example list of call structures:
 @verbatim
 calls:
   -
-    cron: "*/1 * * * 0-4"
+    cron: "*/1 * * * MON-FRI"
     onlinedeadline: 3600
-    nice: 64
+    nice: PRIORITY+10
   -
-    cron: "30 * * * 5-6"
+    cron: "30 * * * SAT,SUN"
     onlinedeadline: 1800
     maxonlinetime: 1750
-    nice: 64
+    nice: NORMAL
+    rxrate: 10
+    txrate: 20
   -
-    cron: "0 * * * 5-6"
+    cron: "0 * * * SAT,SUN"
     xx: rx
     addr: lan
 @end verbatim
@@ -151,7 +153,7 @@ and a wildcard year field is appended, that is, @verb{|* * * * Mon|}
 internally become @verb{|0 * * * * Mon *|}.
 @item
 Domain for day-of-week field is [0-7] instead of [0-6], 7 being Sunday
-(like 0). This to comply with @url{http://linux.die.net/man/5/crontab}.
+(like 0). This to comply with @url{https://linux.die.net/man/5/crontab}.
 @end itemize
 
 @item nice
@@ -167,6 +169,10 @@ Optional. Call only that address, instead of trying all from
 @ref{CfgAddrs, @emph{addrs}} configuration option. It can be either key
 from @emph{addrs} dictionary, or an ordinary @option{addr:port}.
 
+@item rxrate/txrate
+Optional. Override @ref{CfgXxRate, @emph{rxrate/txrate}} configuration
+option when calling.
+
 @item onlinedeadline
 Optional. Override @ref{CfgOnlineDeadline, @emph{onlinedeadline}}
 configuration option when calling.