aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket40337
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-05-11 15:54:14 -0400
committerNick Mathewson <nickm@torproject.org>2021-05-11 15:54:14 -0400
commit265cca935aefd1a3bdbe6abc964858e10fb4a029 (patch)
tree00f00504d77f2498b485c7ec2688872e0b1e7003 /changes/ticket40337
parent9d7fca2306dc09097a24e225de59fb1ade7c9e34 (diff)
downloadtor-265cca935aefd1a3bdbe6abc964858e10fb4a029.tar.gz
tor-265cca935aefd1a3bdbe6abc964858e10fb4a029.zip
Ignore MAX_BANDWIDTH_CHANGE_FREQ on testing networks.
Part of the ever-growing 40337 fix.
Diffstat (limited to 'changes/ticket40337')
-rw-r--r--changes/ticket403373
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket40337 b/changes/ticket40337
index 02ea29ffc1..1c86fc4c99 100644
--- a/changes/ticket40337
+++ b/changes/ticket40337
@@ -11,3 +11,6 @@
immediately from startup. Previously, they waited
until they had been running for a full day. Closes ticket
40337.
+ - Relays on testing networks no longer rate-limit how frequently
+ they are willing to report new bandwidth measurements. Part of a fix
+ for ticket 40337.