diff options
author | Roger Dingledine <arma@torproject.org> | 2007-07-12 15:27:52 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-07-12 15:27:52 +0000 |
commit | 6ade65873238ff0355fa52087eef953f5d7cffea (patch) | |
tree | 06f71530c1bf1de4575b5ab500be43794c178bb0 | |
parent | 706fad08fac1715bb6ff40063e88961787a03f01 (diff) | |
download | tor-6ade65873238ff0355fa52087eef953f5d7cffea.tar.gz tor-6ade65873238ff0355fa52087eef953f5d7cffea.zip |
admit that our rend spec was lying. sorry karsten!
svn:r10798
-rw-r--r-- | doc/spec/rend-spec.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/spec/rend-spec.txt b/doc/spec/rend-spec.txt index 732970d863..af2ac912c1 100644 --- a/doc/spec/rend-spec.txt +++ b/doc/spec/rend-spec.txt @@ -123,9 +123,12 @@ $Id$ The first time the OP provides an advertised service, it generates a public/private keypair (stored locally). Periodically, the OP - generates a pair of service descriptors, one "V1" and one "V0". + generates and publishes a descriptor of type "V0". The V1 descriptor + format in 0.1.1.5-alpha-cvs is understood and accepted, but currently + no Tors generate them. The more complex V1 descriptor format below + is just speculation and has never been used. - The "V1" descriptor in 0.1.1.6-alpha contains: + A hypothetical "V1" descriptor contains: V Format byte: set to 255 [1 octet] V Version byte: set to 1 [1 octet] |