[tor-bugs] #8505 [Compass]: ExitCompass: statistics about Fast Exits
Tor Bug Tracker & Wiki
blackhole at torproject.org
Sun Mar 31 00:58:46 UTC 2013
#8505: ExitCompass: statistics about Fast Exits
-------------------------+--------------------------------------------------
Reporter: mo | Owner: gsathya
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: Compass | Version:
Keywords: | Parent:
Points: | Actualpoints:
-------------------------+--------------------------------------------------
Comment(by mo):
I modified the description because the new objective is to apply a factor
based on the country the relays are based in, so we need to aggregate not
only by family, but also by country.
We should play with deriving a factor that is inversely proportional to
the total exit probability of the country, and combine that with a
constant per country which can be tweaked in respect to laws (treaties
etc).
quick draft pseudo code
{{{
for all relays:
exitbw[relay.family][relay.country] += relay.exitbw
for family in [0..families]:
for country in [0..countries]:
cashout[family] += exitbw[family][country]
* constantfactor[country]
/ exitprobability[country] # take care of 0
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/8505#comment:5>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list