]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
and dirservers are better for non-clique situations
authorRoger Dingledine <arma@torproject.org>
Fri, 24 Oct 2003 04:09:10 +0000 (04:09 +0000)
committerRoger Dingledine <arma@torproject.org>
Fri, 24 Oct 2003 04:09:10 +0000 (04:09 +0000)
svn:r668

doc/tor-design.tex

index f5ea21b688775449979b92b4fc9e41df55971173..632ea92381b3e19d53a5eccdbeb3308ba454a188 100644 (file)
@@ -679,11 +679,14 @@ the shared directory is straightforward, and is described in the Tor
 specification \cite{tor-spec}.
 % we should, uh, add this to the spec. oh, and write it. -RD
 
-Because the directories are signed, they can be cached at all the other
-onion routers (or even elsewhere). Thus directory servers are not a
-performance bottleneck when we have many users, and also they won't
-aid traffic analysis by forcing clients to periodically announce their
-existence to any central point.
+Using directory servers rather than flooding approaches provides
+simplicity and flexibility. For example, they don't complicate
+the analysis when we start experimenting with non-clique network
+topologies. And because the directories are signed, they can be cached at
+all the other onion routers (or even elsewhere). Thus directory servers
+are not a performance bottleneck when we have many users, and also they
+won't aid traffic analysis by forcing clients to periodically announce
+their existence to any central point.
 
 \Section{Rendezvous points: location privacy}
 \label{sec:rendezvous}