commit b758351e334cc45186441d6aed5bb01e29c90129 Author: George Kadianakis desnacked@riseup.net Date: Mon Apr 11 15:17:02 2016 +0300
dir-spec.txt: Update requirements for Guard/Fast flags. --- dir-spec.txt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/dir-spec.txt b/dir-spec.txt index 57188eb..1019b24 100644 --- a/dir-spec.txt +++ b/dir-spec.txt @@ -2134,13 +2134,12 @@ least two of the ports 80, 443, and 6667 and allows exits to at least one /8 address space.
- "Fast" -- A router is 'Fast' if it is active, and its bandwidth is - either in the top 7/8ths for known active routers or at least some - minimum (20KB/s until 0.2.3.7-alpha, and 100KB/s after that). + "Fast" -- A router is 'Fast' if it is active, and its bandwidth is either in + the top 7/8ths for known active routers or at least 100KB/s.
- "Guard" -- A router is a possible 'Guard' if its Weighted Fractional - Uptime is at least the median for "familiar" active routers, and if - its bandwidth is at least median or at least 250KB/s. + "Guard" -- A router is a possible 'Guard' if its Weighted Fractional Uptime + is at least the median for "familiar" active routers, and if its bandwidth + is at least 2MB/s or is in the set of the 25% fastest relays.
To calculate weighted fractional uptime, compute the fraction of time that the router is up in any given day, weighting so that
tor-commits@lists.torproject.org