aboutsummaryrefslogtreecommitdiff
path: root/spec/path-spec
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-11-06 10:15:31 -0500
committerNick Mathewson <nickm@torproject.org>2023-11-06 10:15:31 -0500
commitd6c7c5a1ad53ab6769eae7bf50cb7df645d11cf8 (patch)
tree31e1262218cc66dd59dafd3a74b8947c73fccd6d /spec/path-spec
parent0d8761c7e12130236e9c647f162567b17f4ee3d9 (diff)
downloadtorspec-d6c7c5a1ad53ab6769eae7bf50cb7df645d11cf8.tar.gz
torspec-d6c7c5a1ad53ab6769eae7bf50cb7df645d11cf8.zip
path-spec: Correct the description of network/family constraints
Diffstat (limited to 'spec/path-spec')
-rw-r--r--spec/path-spec/path-selection-constraints.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/path-spec/path-selection-constraints.md b/spec/path-spec/path-selection-constraints.md
index 08f9b2c..4c3ee9c 100644
--- a/spec/path-spec/path-selection-constraints.md
+++ b/spec/path-spec/path-selection-constraints.md
@@ -12,8 +12,8 @@ constraints:
- We do not choose any router in the same family as another in the same
path. (Two routers are in the same family if each one lists the other
in the "family" entries of its descriptor.)
-- We do not choose more than one router in a given /16 subnet
- (unless EnforceDistinctSubnets is 0).
+- We do not choose more than one router in a given network range,
+ which defaults to /16 for IPv4 and /32 for IPv6.
- 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.