[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #8684 [Torflow]: bwauth files don't include opinions about Authorities
#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs