aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-09-29 04:51:23 +0000
committerNick Mathewson <nickm@torproject.org>2006-09-29 04:51:23 +0000
commit4feccecfe813313a8302a44ed560dd7b61c51c2a (patch)
tree309c4f44df3866cc4730a91da231d22312706ada
parent9dbfb91f179be5dbce705e62d267a2aeed54b1cb (diff)
downloadtor-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.txt2
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.