diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-13 13:09:27 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-13 13:09:27 -0500 |
commit | 55d02c004c9b36258ef64ccb2def4ddcb0fb04c5 (patch) | |
tree | bea95d5ea3fef665ba39bb80826d2e8e77ab8cd7 /changes | |
parent | 56b11905e509297e3db55f62afd14afb6e6ae2eb (diff) | |
download | tor-55d02c004c9b36258ef64ccb2def4ddcb0fb04c5.tar.gz tor-55d02c004c9b36258ef64ccb2def4ddcb0fb04c5.zip |
Remove AuthDirMaxServersPerAuthAddr
Back when Roger had do do most of our testing on the moria host, we
needed a higher limit for the number of relays running on a single
IP address when that limit was shared with an authority. Nowadays,
the idea is pretty obsolete.
Also remove the router_addr_is_trusted_dir() function, which served
no other purpose.
Closes ticket 20960.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket20960 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket20960 b/changes/ticket20960 new file mode 100644 index 0000000000..3c21ae680f --- /dev/null +++ b/changes/ticket20960 @@ -0,0 +1,5 @@ + o Removed features: + - The AuthDirMaxServersPerAuthAddr option no longer exists: The same + limit for relays running on a single IP applies to authority IP + addresses as well as to non-authority IP addresses. Closes ticket + 20960. |