aboutsummaryrefslogtreecommitdiff
path: root/changes/bug40083
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-08-04 12:59:49 -0400
committerNick Mathewson <nickm@torproject.org>2020-08-04 13:05:07 -0400
commit62361cc6988bba1420f89fe8273b4caf3c96b704 (patch)
tree3a46b9ed5bbff84c1c070dacb7662534bc981719 /changes/bug40083
parentc4742b89b23d58958ee0d5ca324dac5948c94bf6 (diff)
downloadtor-62361cc6988bba1420f89fe8273b4caf3c96b704.tar.gz
tor-62361cc6988bba1420f89fe8273b4caf3c96b704.zip
Launch early reachability tests once a minute, not once a second.
This fixes bug 40083, which was introduced in 9f31908a in 0.2.8.1-alpha.
Diffstat (limited to 'changes/bug40083')
-rw-r--r--changes/bug400835
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug40083 b/changes/bug40083
new file mode 100644
index 0000000000..db26017664
--- /dev/null
+++ b/changes/bug40083
@@ -0,0 +1,5 @@
+ o Minor bugfixes (relay, self-testing):
+ - When starting up as a relay, if we haven't been able to verify that
+ we're reachable, only launch reachability tests at most once a minute.
+ Previously, we had been launching tests up to once a second, which
+ was needlessly noisy. Fixes bug 40083; bugfix on 0.2.8.1-alpha.