diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-08-04 13:10:16 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-08-04 13:10:16 -0400 |
commit | 08de260682ad32a6410f9d26d58020882d1dd859 (patch) | |
tree | 3a790e4b4e5ea65570b2f63ce66c7ae7f7fc700a /changes | |
parent | 4e684c8695e4654d841644fe9c13e70eabd191b9 (diff) | |
parent | 62361cc6988bba1420f89fe8273b4caf3c96b704 (diff) | |
download | tor-08de260682ad32a6410f9d26d58020882d1dd859.tar.gz tor-08de260682ad32a6410f9d26d58020882d1dd859.zip |
Merge branch 'bug40083_035' into bug40083_042
Fixes conflicts due to code movement.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug40083 | 5 |
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. |