]> git.ipfire.org Git - thirdparty/tor.git/commit
dir auths now omit Measured= if rs->is_authority
authorRoger Dingledine <arma@torproject.org>
Fri, 21 Oct 2022 00:56:33 +0000 (20:56 -0400)
committerRoger Dingledine <arma@torproject.org>
Mon, 24 Oct 2022 08:34:49 +0000 (04:34 -0400)
commitbab8375ef5e4a917f9512e4250c52a45d33fb9ba
treef8b237be29a67ed8ff1146218874c88f77779fb3
parentea2ba4f5a89e60ef1b9d589b8a9013ba9cd87e77
dir auths now omit Measured= if rs->is_authority

Directory authorities stop voting a consensus "Measured" weight
for relays with the Authority flag. Now these relays will be
considered unmeasured, which should reserve their bandwidth
for their dir auth role and minimize distractions from other roles.

In place of the "Measured" weight, they now include a
"MeasuredButAuthority" weight (not used by anything) so the bandwidth
authority's opinion on this relay can be recorded for posterity.

Resolves ticket 40698.
changes/bug40698 [new file with mode: 0644]
src/feature/nodelist/fmt_routerstatus.c