소스 검색

Add published to descriptors

svn:r488
Nick Mathewson 22 년 전
부모
커밋
31cee9fe18
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      doc/tor-spec.txt

+ 2 - 1
doc/tor-spec.txt

@@ -439,8 +439,9 @@ which reveals the downstream node.
 
 (Unless otherwise noted, tokens on the same line are space-separated.)
 
-Router ::= Router-Line  Onion-Key Link-Key Signing-Key  Exit-Policy Router-Signature NL
+Router ::= Router-Line  Date-Line Onion-Key Link-Key Signing-Key  Exit-Policy Router-Signature NL
 Router-Line ::= "router" address ORPort APPort DirPort bandwidth NL
+Date-Line ::= "published" YYYY-MM-DD HH:MM:SS NL
 Onion-key ::= "onion-key"  NL  a public key in PEM format   NL
 Link-key ::= "link-key"  NL  a public key in PEM format  NL
 Signing-Key ::= "signing-key"  NL  a public key in PEM format   NL