diff options
author | Roger Dingledine <arma@torproject.org> | 2004-02-01 02:42:19 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-02-01 02:42:19 +0000 |
commit | 9cf13103dc9c59b803d7a986b7aa5278390f375e (patch) | |
tree | a6ae2775fec74f41cd5222c31cb305f5ce5d0966 /doc | |
parent | 64e192b317129094d33a9129c14c01470de20596 (diff) | |
download | tor-9cf13103dc9c59b803d7a986b7aa5278390f375e.tar.gz tor-9cf13103dc9c59b803d7a986b7aa5278390f375e.zip |
add in the interaction diagram
fix the title
svn:r1046
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor-design.tex | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/tor-design.tex b/doc/tor-design.tex index 56880278c2..e25e980ac8 100644 --- a/doc/tor-design.tex +++ b/doc/tor-design.tex @@ -52,7 +52,7 @@ % \pdfpageheight=\the\paperheight %\fi -\title{Tor: The Second-Generation Onion Router\\DRAFT VERSION} +\title{Tor: The Second-Generation Onion Router} %\\DRAFT VERSION} % Putting the 'Private' back in 'Virtual Private Network' \author{Roger Dingledine \\ The Free Haven Project \\ arma@freehaven.net \and @@ -645,6 +645,13 @@ to each other through a given exit node. Also, because circuits are built in the background, OPs can recover from failed circuit creation without delaying streams and thereby harming user experience.\\ +\begin{figure}[h] +\centering +\mbox{\epsfig{figure=interaction,width=8cm}} +\caption{Alice builds a two-hop circuit and begins fetching a web page.} +\label{fig:interaction} +\end{figure} + \noindent{\large\bf Constructing a circuit}\label{subsubsec:constructing-a-circuit}\\ %\subsubsection{Constructing a circuit} A user's OP constructs circuits incrementally, negotiating a |