]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
added short note about route selection to dir-spec.txt
authorGeoff Goodell <goodell@eecs.harvard.edu>
Thu, 20 Jan 2005 07:49:57 +0000 (07:49 +0000)
committerGeoff Goodell <goodell@eecs.harvard.edu>
Thu, 20 Jan 2005 07:49:57 +0000 (07:49 +0000)
svn:r3382

doc/dir-spec.txt

index 4480f17b12bc273ffedaddfc70f443f2f6ea903b..5007369476a34f6cd05955c6281d82fbf22b0d20 100644 (file)
@@ -167,4 +167,9 @@ router in transport domain B must have pushed its descriptor to a directory
 server in transport domain A, so that the directory server in transport domain
 A can use that router to reach the directory server in transport domain B.
 
+When confronted with the choice of multiple different paths to reach the same
+router, the Blossom nodes may use a route selection protocol similar in design
+to that used by BGP (may be a simple distance-vector route selection procedure
+that only takes into account path length, or may be more complex to avoid
+loops, cache results, etc.) in order to choose the best one.