aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2003-09-26 18:28:32 +0000
committerNick Mathewson <nickm@torproject.org>2003-09-26 18:28:32 +0000
commit31cee9fe18b01eaaea9fc9e0fd5e1e8bf7baa535 (patch)
treebdc506b100ca460461c8730efc8493c0a87695a8
parent92acbe12bc9512100b9282d7e9d61fe86b5a60bb (diff)
downloadtor-31cee9fe18b01eaaea9fc9e0fd5e1e8bf7baa535.tar
tor-31cee9fe18b01eaaea9fc9e0fd5e1e8bf7baa535.tar.gz
Add published to descriptors
svn:r488
-rw-r--r--doc/tor-spec.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tor-spec.txt b/doc/tor-spec.txt
index 5203ed7c1..f4d7ed5d8 100644
--- a/doc/tor-spec.txt
+++ b/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