[tor-bugs] #12877 [Tor]: Investigate Unmeasured relays that get the Fast flag

Tor Bug Tracker & Wiki blackhole at torproject.org
Sun Aug 17 12:41:41 UTC 2014


#12877: Investigate Unmeasured relays that get the Fast flag
------------------------+--------------------------
     Reporter:  asn     |      Owner:
         Type:  defect  |     Status:  new
     Priority:  normal  |  Milestone:  Tor: 0.2.???
    Component:  Tor     |    Version:
   Resolution:          |   Keywords:
Actual Points:          |  Parent ID:
       Points:          |
------------------------+--------------------------

Comment (by asn):

 And here is an attempt to emulate that threshold without being an
 authority:
 {{{
 $ grep Bandwidth consensus.z  | grep -v Unmeasured | wc -l
 5616
 $ grep Bandwidth consensus.z  | grep Unmeasured | wc -l
 467
 }}}
 which means that there are 467 unmeasured relays and 5616 measured ones.

 And we have:
 {{{
   V(MinMeasuredBWsForAuthToIgnoreAdvertised, INT, "500"),
 }}}

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


More information about the tor-bugs mailing list