[tor-bugs] #30232 [Core Tor/sbws]: Reduce the number of downloads for each measurement
    Tor Bug Tracker & Wiki 
    blackhole at torproject.org
       
    Thu Apr 18 02:10:05 UTC 2019
    
    
  
#30232: Reduce the number of downloads for each measurement
-------------------------------+-------------------------------
     Reporter:  teor           |      Owner:  (none)
         Type:  defect         |     Status:  new
     Priority:  Medium         |  Milestone:  sbws: unspecified
    Component:  Core Tor/sbws  |    Version:  sbws: unspecified
     Severity:  Normal         |   Keywords:
Actual Points:                 |  Parent ID:  #30227
       Points:                 |   Reviewer:
      Sponsor:                 |
-------------------------------+-------------------------------
 {{{
 # Number of downloads with acceptable times we must have for a relay
 before
 # moving on
 num_downloads = 5
 }}}
 5 seems very high. Do we really need 5 * 2 = 10 measurements for each
 relay?
 Let's try:
 {{{
 num_downloads = 3
 }}}
 Because 3*2 = 6, which is close to the 5 measurements we originally
 wanted.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/30232>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
    
    
More information about the tor-bugs
mailing list