mirror of
https://github.com/torproject/torspec.git
synced 2024-11-23 09:49:45 +00:00
276 update w comments from teor
This commit is contained in:
parent
2e5e0cb3f8
commit
b1e94492ac
@ -33,20 +33,24 @@ Target: 0.3.1.x-alpha
|
|||||||
|
|
||||||
3. Proposal
|
3. Proposal
|
||||||
|
|
||||||
I propose that we round the bandwidth values as they are placed in
|
I propose that we round the bandwidth values, as they are placed in votes,
|
||||||
the votes to two no more than significant digits. In addition, for
|
to no more than two significant digits. In addition, for
|
||||||
values beginning with decimal "2" through "4", we should round the
|
values beginning with decimal "2" through "4", we should round the
|
||||||
first two digits the nearest multiple of 2. For values beginning
|
first two digits the nearest multiple of 2. For values beginning
|
||||||
with decimal "5" though "9", we should round to the nearest multiple
|
with decimal "5" though "9", we should round to the nearest multiple
|
||||||
of 5.
|
of 5.
|
||||||
|
|
||||||
This change does not require a consensus method; it will take effect
|
The change will take effect progressively as authorities upgrade: since
|
||||||
once enough authorities have upgraded.
|
the median value is used, when one authority upgrades, 1/5 of the
|
||||||
|
bandwidths will be rounded (on average).
|
||||||
|
|
||||||
|
Once all authorities upgrade, all bandwidths will be rounded like this.
|
||||||
|
|
||||||
4. Analysis
|
4. Analysis
|
||||||
|
|
||||||
The rounding proposed above will not round any value by more than
|
The rounding proposed above will not round any value by more than 5% more
|
||||||
5%, so the overall impact on bandwidth balancing should be small.
|
than current rounding, so the overall impact on bandwidth balancing should
|
||||||
|
be small.
|
||||||
|
|
||||||
In order to assess the bandwidth savings of this approach, I
|
In order to assess the bandwidth savings of this approach, I
|
||||||
smoothed the January 2017 consensus documents' Bandwidth fields,
|
smoothed the January 2017 consensus documents' Bandwidth fields,
|
||||||
|
Loading…
Reference in New Issue
Block a user