diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-04-18 10:44:25 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-18 10:44:25 -0400 |
commit | c9c26d0c31295bc6e60fb8edabe83d2bd1387fda (patch) | |
tree | 1b8eb5a077b987ad17e40d1db07f37196141be55 /scripts/maint/updateFallbackDirs.py | |
parent | 3bf9974b6c4ee9f2a8204c058e1b7c206b99d620 (diff) | |
download | tor-c9c26d0c31295bc6e60fb8edabe83d2bd1387fda.tar.gz tor-c9c26d0c31295bc6e60fb8edabe83d2bd1387fda.zip |
Remove a comment about 0.2.8 that will soon be irrelevant.
(It becomes irrelevant on 15 May 2018 when 0.2.5 is EOL.)
Diffstat (limited to 'scripts/maint/updateFallbackDirs.py')
-rwxr-xr-x | scripts/maint/updateFallbackDirs.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/maint/updateFallbackDirs.py b/scripts/maint/updateFallbackDirs.py index c854830e18..b093463e08 100755 --- a/scripts/maint/updateFallbackDirs.py +++ b/scripts/maint/updateFallbackDirs.py @@ -173,12 +173,6 @@ MAX_LIST_FILE_SIZE = 1024 * 1024 # meant that we had to rebuild the list more often. We want fallbacks to be # stable for 2 years, so we set it to a few months. # -# There was a bug in Tor 0.2.8.1-alpha and earlier where a relay temporarily -# submits a 0 DirPort when restarted. -# This causes OnionOO to (correctly) reset its stability timer. -# Affected relays should upgrade to Tor 0.2.9 or later, which has a fix -# for this issue. -# # If a relay changes address or port, that's it, it's not useful any more, # because clients can't find it ADDRESS_AND_PORT_STABLE_DAYS = 90 |