X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fcmd%2Fnncp-call.texi;h=a4ea6d97969d383370a30d2576061b54874783b3;hb=e068d88291cd45a4d6b748e258077dd6c0ffb9c2;hp=9dc32bddb2e1ccd567cd65b26535511b863c7ae9;hpb=ab7c7eca0e53661f0ba904c2a6ba752990bea367;p=nncp.git diff --git a/doc/cmd/nncp-call.texi b/doc/cmd/nncp-call.texi index 9dc32bd..a4ea6d9 100644 --- a/doc/cmd/nncp-call.texi +++ b/doc/cmd/nncp-call.texi @@ -7,11 +7,12 @@ $ nncp-call [options] [-maxonlinetime INT] [-rx|-tx] [-list] - [-pkts PKT,PKT,...] + [-pkts PKT,PKT,@dots{}] [-rxrate INT] [-txrate INT] [-autotoss*] [-nock] + [-ucspi] NODE[:ADDR] [FORCEADDR] @end example @@ -39,8 +40,13 @@ 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{-autotoss} option runs tosser on node's spool every second during the call. All @option{-autotoss-*} options is the same as in @@ -56,5 +62,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.