diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-05-11 15:49:00 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-05-11 15:49:00 -0400 |
commit | 9d7fca2306dc09097a24e225de59fb1ade7c9e34 (patch) | |
tree | 33678652c43da5549179ec0e742d8ba585b7fd1d /changes/ticket40337 | |
parent | 2ae24d003d1d12e8e202748c4398d7438e4a65d9 (diff) | |
download | tor-9d7fca2306dc09097a24e225de59fb1ade7c9e34.tar.gz tor-9d7fca2306dc09097a24e225de59fb1ade7c9e34.zip |
Make MinTimeToReportBandwidth a testing-only option (and rename it)
Diffstat (limited to 'changes/ticket40337')
-rw-r--r-- | changes/ticket40337 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/changes/ticket40337 b/changes/ticket40337 index f8f136a740..02ea29ffc1 100644 --- a/changes/ticket40337 +++ b/changes/ticket40337 @@ -1,5 +1,6 @@ - o Minor features (bandwidth reporting): - - Relays can now use the MinTimeToReportBandwidth option to change + 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 |