[tor-bugs] #8684 [Torflow]: bwauth files don't include opinions about Authorities

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Apr 17 15:22:40 UTC 2013


#8684: bwauth files don't include opinions about Authorities
----------------------+-----------------------------------------------------
 Reporter:  arma      |          Owner:                    
     Type:  defect    |         Status:  needs_review      
 Priority:  major     |      Milestone:  Tor: 0.2.4.x-final
Component:  Torflow   |        Version:                    
 Keywords:  tor-auth  |         Parent:                    
   Points:            |   Actualpoints:                    
----------------------+-----------------------------------------------------

Comment(by arma):

 I've been running this on moria1's bwauth and it seems to do what I want:
 {{{
 --- a/NetworkScanners/BwAuthority/aggregate.py
 +++ b/NetworkScanners/BwAuthority/aggregate.py
 @@ -752,9 +752,9 @@ def main(argv):
                    prev_consensus[n.idhex].flags):
          plog("INFO", "Skipping voting for guard "+n.nick)
          n.ignore = True
 -      elif "Authority" in prev_consensus[n.idhex].flags:
 -        plog("DEBUG", "Skipping voting for authority "+n.nick)
 -        n.ignore = True
 +#      elif "Authority" in prev_consensus[n.idhex].flags:
 +#        plog("DEBUG", "Skipping voting for authority "+n.nick)
 +#        n.ignore = True

    # Go through the list and cap them to NODE_CAP
    for n in nodes.itervalues():
 }}}

 The downside is that moria1 can't lie so well using
 maxadvertisedbandwidth.

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


More information about the tor-bugs mailing list