[tor-bugs] #30231 [Core Tor/sbws]: Allow a wider range of acceptable download times

Tor Bug Tracker & Wiki blackhole at torproject.org
Thu Apr 18 02:08:11 UTC 2019


#30231: Allow a wider range of acceptable download times
-------------------------------+-------------------------------
     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:                 |
-------------------------------+-------------------------------
 {{{
 # Limits on what download times are too fast/slow/etc.
 download_toofast = 1
 download_min = 5
 download_target = 6
 download_max = 10
 }}}
 We could use shorter download times, but we're trying to match torflow.

 We could allow a wider range of acceptable times.
 In particular, 5 and 6 are *very* close together.
 Let's try at least a 4x range, and see if that helps?
 {{{
 download_min = 4
 download_target = 8
 download_max = 16
 }}}

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


More information about the tor-bugs mailing list