diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-09-29 04:51:23 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-09-29 04:51:23 +0000 |
commit | 4feccecfe813313a8302a44ed560dd7b61c51c2a (patch) | |
tree | 309c4f44df3866cc4730a91da231d22312706ada | |
parent | 9dbfb91f179be5dbce705e62d267a2aeed54b1cb (diff) | |
download | tor-4feccecfe813313a8302a44ed560dd7b61c51c2a.tar tor-4feccecfe813313a8302a44ed560dd7b61c51c2a.tar.gz |
r8775@totoro: nickm | 2006-09-29 00:29:02 -0400
Note that EnforceDistinctSubnets can override subnet rule for path generation.
svn:r8528
-rw-r--r-- | doc/path-spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/path-spec.txt b/doc/path-spec.txt index 70f62d630..597b736ca 100644 --- a/doc/path-spec.txt +++ b/doc/path-spec.txt @@ -139,7 +139,7 @@ should cover, but not an exhaustive list. -NM - 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. + same path (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. |