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 /doc/tor.1.txt | |
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 'doc/tor.1.txt')
-rw-r--r-- | doc/tor.1.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 9b8a0f00bf..eef74547ee 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2246,10 +2246,6 @@ on the public Tor network. list as acceptable on a single IP address. Set this to "0" for "no limit". (Default: 2) -[[AuthDirMaxServersPerAuthAddr]] **AuthDirMaxServersPerAuthAddr** __NUM__:: - Authoritative directories only. Like AuthDirMaxServersPerAddr, but applies - to addresses shared with directory authorities. (Default: 5) - [[AuthDirFastGuarantee]] **AuthDirFastGuarantee** __N__ **bytes**|**KBytes**|**MBytes**|**GBytes**|**TBytes**|**KBits**|**MBits**|**GBits**|**TBits**:: Authoritative directories only. If non-zero, always vote the Fast flag for any relay advertising this amount of capacity or |