diff options
author | Roger Dingledine <arma@torproject.org> | 2004-04-08 02:07:53 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-04-08 02:07:53 +0000 |
commit | 3f07083b0223008110e24bde1008bf6107ce7d8b (patch) | |
tree | ff8ae1015b79564b287eb16e7cfbecbb9077a524 /doc/rend-spec.txt | |
parent | 584350feb8d0c881076c5f9bbcfecdbcfe25dae9 (diff) | |
download | tor-3f07083b0223008110e24bde1008bf6107ce7d8b.tar.gz tor-3f07083b0223008110e24bde1008bf6107ce7d8b.zip |
spec change: bob is allowed to advertise zero intro points
svn:r1549
Diffstat (limited to 'doc/rend-spec.txt')
-rw-r--r-- | doc/rend-spec.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/rend-spec.txt b/doc/rend-spec.txt index 90ccc22b5d..d968510ae8 100644 --- a/doc/rend-spec.txt +++ b/doc/rend-spec.txt @@ -120,7 +120,9 @@ 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. + [It's ok for Bob to advertise 0 introduction points. He might want + to do that if he previously advertised some introduction points, + and now he doesn't have any. -RD] [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. |