aboutsummaryrefslogtreecommitdiff
path: root/spec/path-spec
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-11-06 10:27:29 -0500
committerNick Mathewson <nickm@torproject.org>2023-11-06 10:27:29 -0500
commit6025739984c782356a6122cbae9bba8e360859ac (patch)
treea305fd38edc48588ce35ab533b025746fe17137f /spec/path-spec
parent7ffe9f2f0b6657fa22465e5f39f5a64bd2c22cf4 (diff)
downloadtorspec-6025739984c782356a6122cbae9bba8e360859ac.tar.gz
torspec-6025739984c782356a6122cbae9bba8e360859ac.zip
path-spec: restore explanation of how we override network family prefix
Diffstat (limited to 'spec/path-spec')
-rw-r--r--spec/path-spec/path-selection-constraints.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/path-spec/path-selection-constraints.md b/spec/path-spec/path-selection-constraints.md
index c008dc5..18fc1b3 100644
--- a/spec/path-spec/path-selection-constraints.md
+++ b/spec/path-spec/path-selection-constraints.md
@@ -14,6 +14,8 @@ constraints:
in the "family" entries of its descriptor.)
- We do not choose more than one router in a given network range,
which defaults to /16 for IPv4 and /32 for IPv6.
+ (C Tor overrides this with `EnforceDistinctSubnets`;
+ Arti overrides this with `ipv[46]_subnet_family_prefix`.)
- If we're using Guard nodes, the first node must be a Guard (see
discussion [below](./guard-nodes) and in the
[guard specification](../guard-spec).)