diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-10-01 21:59:00 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-10-01 21:59:00 +0000 |
commit | f6e165ea0146550f1882611e4395d92251f71ee7 (patch) | |
tree | 839c0705d1907122e0b130fb63f6a0bee5182a04 | |
parent | 3fcf736c83a42ceeb71c0581cc29255e5b0a6542 (diff) | |
download | tor-f6e165ea0146550f1882611e4395d92251f71ee7.tar.gz tor-f6e165ea0146550f1882611e4395d92251f71ee7.zip |
r8824@totoro: nickm | 2006-10-01 17:35:55 -0400
note valid flag in path spec.
svn:r8569
-rw-r--r-- | doc/path-spec.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/path-spec.txt b/doc/path-spec.txt index 45777a8dfb..77c0da2590 100644 --- a/doc/path-spec.txt +++ b/doc/path-spec.txt @@ -49,7 +49,8 @@ of their choices. A "clean" circuit is one that has not yet been used for any traffic. - A "fast" or "stable" node is one that has the 'Fast' or 'Stable' flag + A "fast" or "stable" or "valid" node is one that has the 'Fast' or + 'Stable' or 'Valid' flag set respectively, based on our current directory information. A "fast" or "stable" circuit is one consisting only of "fast" or "stable" nodes. |