diff options
author | Roger Dingledine <arma@torproject.org> | 2007-01-22 19:20:33 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-01-22 19:20:33 +0000 |
commit | 9f733c31ccd4dda36b80353aea4c930df0f6eb83 (patch) | |
tree | 7709c188cbfdef2c8acb9ae1ed32cc125577362a /doc/path-spec.txt | |
parent | 36620ca0567561ddda6f867440119e705409b3fa (diff) | |
download | tor-9f733c31ccd4dda36b80353aea4c930df0f6eb83.tar.gz tor-9f733c31ccd4dda36b80353aea4c930df0f6eb83.zip |
minor cleanups
svn:r9387
Diffstat (limited to 'doc/path-spec.txt')
-rw-r--r-- | doc/path-spec.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/path-spec.txt b/doc/path-spec.txt index ad3e3029d5..dc6d25331f 100644 --- a/doc/path-spec.txt +++ b/doc/path-spec.txt @@ -148,8 +148,8 @@ of their choices. - We do not choose the same router twice for the same path. - We do not choose any router in the same family as another in the same path. - - We do not choose any router in the same /16 subnet as another in the - same path (unless EnforceDistinctSubnets is 0). + - We do not choose more than one router in a given /16 subnet + (unless EnforceDistinctSubnets is 0). - We don't choose any non-running or non-valid router unless we have been configured to do so. By default, we are configured to allow non-valid routers in "middle" and "rendezvous" positions. |