X-Git-Url: http://www.git.cypherpunks.ru/?p=nncp.git;a=blobdiff_plain;f=doc%2Fcmd%2Fnncp-call.texi;h=28f12f67d97db994aa7a02b019e17157b33bcd80;hp=9dc32bddb2e1ccd567cd65b26535511b863c7ae9;hb=203dfe36da7adf2b3089e4fa4017a67409cbad70;hpb=0ee0ba3784ce20e69d8db6316c99e7f0b6d30809 diff --git a/doc/cmd/nncp-call.texi b/doc/cmd/nncp-call.texi index 9dc32bd..28f12f6 100644 --- a/doc/cmd/nncp-call.texi +++ b/doc/cmd/nncp-call.texi @@ -1,4 +1,5 @@ @node nncp-call +@pindex nncp-call @section nncp-call @example @@ -7,11 +8,13 @@ $ nncp-call [options] [-maxonlinetime INT] [-rx|-tx] [-list] - [-pkts PKT,PKT,...] + [-pkts PKT,PKT,@dots{}] [-rxrate INT] [-txrate INT] [-autotoss*] [-nock] + [-ucspi] + [-mcd-wait INT] NODE[:ADDR] [FORCEADDR] @end example @@ -39,8 +42,17 @@ 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 @@ -56,5 +68,5 @@ node won't be notified that the file is finished. If you run @ref{nncp-check, @command{nncp-check -nock}}, that will checksum files and strip the @file{.nock} extension, then repeated call to remote node will notify about packet's completion. Also it will be notified if -@ref{nncp-toss, tossing} created @file{.seen} file. +@ref{nncp-toss, tossing} created @file{seen/} file. Read @ref{CfgNoCK, more} about @option{-nock} option.