diff options
author | Roger Dingledine <arma@torproject.org> | 2004-04-05 04:42:00 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-04-05 04:42:00 +0000 |
commit | fda9d9c779168eb232e491906487a6be7690e3c0 (patch) | |
tree | f97f0e965629b9a77db59abf874222e6c27f1251 /doc | |
parent | c326422e57319a0c141211466ecb5fa7e2a17be6 (diff) | |
download | tor-fda9d9c779168eb232e491906487a6be7690e3c0.tar.gz tor-fda9d9c779168eb232e491906487a6be7690e3c0.zip |
bob's rend desc must list >=1 intro point
plus note a bug in our spec that we should fix
svn:r1473
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rend-spec.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/rend-spec.txt b/doc/rend-spec.txt index e616b677b3..3a7d409303 100644 --- a/doc/rend-spec.txt +++ b/doc/rend-spec.txt @@ -1,5 +1,9 @@ $Id$ +[XXX We need to make nicknames in intro* cells padded to 20 + bytes, and maybe have a fixed length for nicknames in the + descriptor too -RD] + Tor Rendezvous Spec 0. Overview and preliminaries @@ -116,6 +120,8 @@ Tor Rendezvous Spec KL is the length of PK, in octets. (Currently, KL must be 128.) TS is the number of seconds elapsed since Jan 1, 1970. + He must list at least one introduction point. + [Shouldn't the nicknames be hostname:port's instead? That way, Alice's directory servers don't need to know Bob's chosen introduction points. Not important now, but essential if we ever have a non-total-knowledge |