X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fcmd%2Fnncp-call.texi;h=6c58b5c152f269e59c72b3d2fe6f3fee4fff5497;hb=9004931fa87dd347c086ee750c6ee08e698683a1;hp=7c2f9c85308ce8478eaf18d228103db23d14d3c9;hpb=712399b4547bd499528a20209d469b2eb1aaff28;p=nncp.git diff --git a/doc/cmd/nncp-call.texi b/doc/cmd/nncp-call.texi index 7c2f9c8..6c58b5c 100644 --- a/doc/cmd/nncp-call.texi +++ b/doc/cmd/nncp-call.texi @@ -13,6 +13,7 @@ $ nncp-call [options] [-autotoss*] [-nock] [-ucspi] + [-mcd-wait INT] NODE[:ADDR] [FORCEADDR] @end example @@ -40,13 +41,18 @@ Each @option{NODE} can contain several uniquely identified @option{ADDR}esses in @ref{CfgAddrs, configuration} file. If you do not specify the exact one, then all will be tried until the first success. Optionally you can force @option{FORCEADDR} address usage, -instead of addresses taken from configuration file. You can specify both -@verb{|host:port|} and @verb{#|some command#} formats. +instead of addresses taken from configuration file. You can specify +@verb{|host:port|}, @verb{#|some command#} and +@verb{|yggdrasil:PUB;PRV;PEER[,...]|} formats. If you specify @option{-ucspi} option, then it is assumed that you run @command{nncp-call} command under some UCSPI-TCP compatible utility, that provides read/write channels through 6/7 file descriptors. +@option{-mcd-wait} options tells to wait up to specified number of +seconds for the @ref{MCD} packet from the specified @code{NODE}. When +the packet is received, initiate a call. + @option{-autotoss} option runs tosser on node's spool every second during the call. All @option{-autotoss-*} options is the same as in @ref{nncp-toss} command.