summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@torproject.org>2021-10-21 12:35:36 +0000
committerAlexander Færøy <ahf@torproject.org>2021-10-21 12:35:36 +0000
commitb98aad5be2a96a09007dfaec0ad0b743255d9c22 (patch)
treec3c6968daf7f90c6fe152bbc8ede81eb6b193677 /changes
parentd6b6cd7cd7b9fedb1b2955b1bd7a4ec8b0218e89 (diff)
parent0135fb028c8ca0ce310009f20efef89e53a36f2c (diff)
downloadtor-b98aad5be2a96a09007dfaec0ad0b743255d9c22.tar.gz
tor-b98aad5be2a96a09007dfaec0ad0b743255d9c22.zip
Merge branch 'maint-0.4.5' into release-0.4.5
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket4033716
1 files changed, 16 insertions, 0 deletions
diff --git a/changes/ticket40337 b/changes/ticket40337
new file mode 100644
index 0000000000..1c86fc4c99
--- /dev/null
+++ b/changes/ticket40337
@@ -0,0 +1,16 @@
+ o Minor features (testing):
+ - On a testing network, relays can now use the
+ TestingMinTimeToReportBandwidth option to change
+ the smallest amount of time over which they're willing to report
+ their observed maximum bandwidth. Previously, this was fixed
+ at 1 day. For safety, values under 2 hours are only supported on
+ testing networks. Part of a fix for ticket 40337.
+
+ o Minor features (testing):
+ - Relays on testing networks now report their observed bandwidths
+ 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.