[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Move (nonwritten) discussion of path selection
Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/tmp/cvs-serv27453
Modified Files:
tor-design.tex
Log Message:
Move (nonwritten) discussion of path selection
Index: tor-design.tex
===================================================================
RCS file: /home/or/cvsroot/doc/tor-design.tex,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- tor-design.tex 4 Nov 2003 07:35:58 -0000 1.94
+++ tor-design.tex 4 Nov 2003 08:16:25 -0000 1.95
@@ -662,7 +662,6 @@
To extend the circuit to a third node or beyond, Alice
proceeds as above, always telling the last node in the circuit to
extend one hop further.
-% XXX Briefly mention path selection and path length.
This circuit-level handshake protocol achieves unilateral entity
authentication (Alice knows she's handshaking with the OR, but
@@ -1707,6 +1706,10 @@
%[XXX Choosing paths and path lengths: I'm not writing this bit till
% Arma's pathselection stuff is in. -NM]
+%Alice always chooses her path to contain at least
+%three nodes unrelated to herself and her destination, choosing the
+%number of nodes beyond the third from a geometric distribution;
+%explain why. -NM
%%%% Roger said that he'd put a path selection paragraph into section
%%%% 4 that would replace this.