diff --git a/doc/tor-design.tex b/doc/tor-design.tex index 2954f01ef3..f5ea21b688 100644 --- a/doc/tor-design.tex +++ b/doc/tor-design.tex @@ -679,6 +679,12 @@ 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. + \Section{Rendezvous points: location privacy} \label{sec:rendezvous}