diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-05-21 20:22:43 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-05-21 20:22:43 +0000 |
commit | d503e1f28508081d2a9c43d8318b1853b03f986a (patch) | |
tree | 6475a1abdac9e9fc740df1a8b74750b55659b884 /doc/spec/dir-spec.txt | |
parent | fa319ca36294f07f274c3fc7c489f9c18e7367d6 (diff) | |
download | tor-d503e1f28508081d2a9c43d8318b1853b03f986a.tar tor-d503e1f28508081d2a9c43d8318b1853b03f986a.tar.gz |
r15704@host206: nickm | 2008-05-21 16:21:47 -0400
Clarification/explanation patch for specs, from Killerchicken
svn:r14687
Diffstat (limited to 'doc/spec/dir-spec.txt')
-rw-r--r-- | doc/spec/dir-spec.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index c8a47b7fc..8e7c21fec 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -957,8 +957,9 @@ $Id$ directory cache (because its directory port isn't working, its bandwidth is always throttled, or for some similar reason). - "Exit" if the router is useful for building general-purpose exit - circuits. + "Exit" if the router is more useful for building + general-purpose exit circuits than for relay circuits. The + path building algorithm uses this flag; see path-spec.txt. "Fast" if the router is suitable for high-bandwidth circuits. "Guard" if the router is suitable for use as an entry guard. "HSDir" if the router is considered a v2 hidden service directory. @@ -1058,6 +1059,10 @@ $Id$ [XXXX what happens when we have less than 4 days of MTBF info.] + "Exit" -- A router is called an 'Exit' iff it allows exits to at + least two of the ports 80, 443, and 6667 and allows exits to at + least one /8 address space. + "Fast" -- A router is 'Fast' if it is active, and its bandwidth is either in the top 7/8ths for known active routers or at least 100KB/s. |