[tor-bugs] #27135 [Core Tor/sbws]: Write descriptor bandwidths average in raw results

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Aug 17 00:39:28 UTC 2018


#27135: Write descriptor bandwidths average in raw results
---------------------------+-------------------------------------
 Reporter:  juga           |          Owner:  juga
     Type:  defect         |         Status:  assigned
 Priority:  Medium         |      Milestone:  sbws 1.0 (MVP must)
Component:  Core Tor/sbws  |        Version:
 Severity:  Normal         |     Resolution:
 Keywords:                 |  Actual Points:
Parent ID:  #27108         |         Points:
 Reviewer:                 |        Sponsor:
---------------------------+-------------------------------------

Comment (by teor):

 And that's fair enough, we weren't expecting to have to use descriptor
 bandwidths for anything.

 Here's the simplest model we could use:
 * take the latest measurement, and scale by the descriptor bandwidth at
 the time of the measurement

 Here's a more accurate model we could use:
 * take the decaying average of the measurements, and scale by the decaying
 average of the descriptor bandwidths

 And we should probably think about:
 * how we handle zeroes (replace with 1 is a nice simple fix for a bunch of
 issues)
 * how we handle new relays (treat their old bandwidths as 1 is a nice
 simple way of rewarding stability)

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/27135#comment:9>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list