diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-06-24 14:52:44 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-06-24 15:25:26 -0400 |
commit | 6edf7f6710600962f95e7f5458787dbc5e5c7411 (patch) | |
tree | 454a59f034612315d7b4dc2536f8d99464831f4c /changes | |
parent | f9de0affd3f50d411e04bc1229525af2a14927fd (diff) | |
download | tor-6edf7f6710600962f95e7f5458787dbc5e5c7411.tar.gz tor-6edf7f6710600962f95e7f5458787dbc5e5c7411.zip |
Add two new networkstatus parameters to emulate AssumeReachable.
These parameters do not suppress checks, but they tell relays that
it's okay to publish even when those checks fail.
I have chosen lowercase hyphenated names, since these seem to be
more common in networkstatus params.
Closes #33224 and part of #34064.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket34064 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket34064 b/changes/ticket34064 new file mode 100644 index 0000000000..13ed70c8f6 --- /dev/null +++ b/changes/ticket34064 @@ -0,0 +1,5 @@ + o Minor features (relay, ipv6): + - Add new "assume-reachable" and "assume-reachable-ipv6" parameters + to be used in an emergency to tell relays that they should publish + even if they cannot complete their ORPort self-checks. + Closes ticket 34064 and part of 33224. |