[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Add published to descriptors
Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/tmp/cvs-serv18263
Modified Files:
tor-spec.txt
Log Message:
Add published to descriptors
Index: tor-spec.txt
===================================================================
RCS file: /home/or/cvsroot/doc/tor-spec.txt,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- tor-spec.txt 25 Sep 2003 05:17:09 -0000 1.31
+++ tor-spec.txt 26 Sep 2003 18:28:32 -0000 1.32
@@ -439,8 +439,9 @@
(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