Prechádzať zdrojové kódy

mention that getinfo helper-nodes can return status "never-connected".
also, make explicit that there's a space between status and isotime.


svn:r5648

Roger Dingledine 20 rokov pred
rodič
commit
782efd9e93
1 zmenil súbory, kde vykonal 4 pridanie a 1 odobranie
  1. 4 1
      doc/control-spec.txt

+ 4 - 1
doc/control-spec.txt

@@ -346,7 +346,10 @@ $Id$
     "helper-nodes"
       A series of lines listing the currently chosen helper nodes, if any.
       Each is of the form:
-         ServerID  SP ((("down" / "unlisted") ISOTime) / "up")  CRLF
+         ServerID  SP (Status-with-time / Status) CRLF
+
+         Status-with-time = ("down" / "unlisted") SP ISOTime
+         Status = ("up" / "never-connected")
 
     "accounting/enabled"
     "accounting/hibernating"