aboutsummaryrefslogtreecommitdiff
path: root/proposals/311-relay-ipv6-reachability.txt
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2020-01-28 12:15:15 +1000
committerteor <teor@torproject.org>2020-02-05 21:52:15 +1000
commit3c19e051a61829fac34a7485285017f1f6730a4b (patch)
tree79f82171f9ceccc324fd8764fb51b21584f9dd3a /proposals/311-relay-ipv6-reachability.txt
parent64745746f4feeacdba73b3bc3a3e418350ca44cd (diff)
downloadtorspec-3c19e051a61829fac34a7485285017f1f6730a4b.tar.gz
torspec-3c19e051a61829fac34a7485285017f1f6730a4b.zip
Prop 311: Make capitalisation consistent
Part of 24404.
Diffstat (limited to 'proposals/311-relay-ipv6-reachability.txt')
-rw-r--r--proposals/311-relay-ipv6-reachability.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/proposals/311-relay-ipv6-reachability.txt b/proposals/311-relay-ipv6-reachability.txt
index a5b5cd3..a93f286 100644
--- a/proposals/311-relay-ipv6-reachability.txt
+++ b/proposals/311-relay-ipv6-reachability.txt
@@ -18,10 +18,10 @@ Ticket: #24404
ORPort and DirPort before publishing them in their descriptor. But relays
and bridges do not test the reachability of their IPv6 ORPorts.
- However, Directory Authorities make direct connections to relay IPv4 and
+ However, directory authorities make direct connections to relay IPv4 and
IPv6 ORPorts, to test each relay's reachability. Once a relay has been
confirmed as reachable by a majority of authorities, it is included in the
- consensus. (Currently, 6 out of 9 Directory Authorities perform IPv4 and
+ consensus. (Currently, 6 out of 9 directory authorities perform IPv4 and
IPv6 reachability checks. The others just check IPv4.)
The Bridge authority makes direct connections to bridge IPv4 ORPorts, to
@@ -235,7 +235,7 @@ Ticket: #24404
any inbound OR connection. The check succeeds, even if the cell is from an
IPv6 ORPort, or a circuit built by a client.
- Directory Authorities make direct connections to relay IPv4 and IPv6
+ Directory authorities make direct connections to relay IPv4 and IPv6
ORPorts, to test each relay's reachability. Relays that fail either
reachability test, on enough directory authorities, are excluded from the
consensus.
@@ -621,10 +621,10 @@ Ticket: #24404
* IPv4 ORPort reachability checks
We do not plan on modifying these existing features:
- * Relay reachability retries
+ * relay reachability retries
TODO: Do relays re-check their own reachability? How often?
- * Relay canonical connections
- * "Too many connections" warning logs
+ * relay canonical connections
+ * "too many connections" warning logs
But we will test that they continue to function correctly, and fix any bugs
triggered by the modifications in this proposal.