[tor-bugs] #13192 [Tor]: Collect aggregate stats of total hidden service usage vs total exit usage in Tor network

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Feb 13 13:38:04 UTC 2015


#13192: Collect aggregate stats of total hidden service usage vs total exit usage
in Tor network
-----------------------------+---------------------------------------
     Reporter:  arma         |      Owner:
         Type:  enhancement  |     Status:  needs_review
     Priority:  normal       |  Milestone:  Tor: 0.2.???
    Component:  Tor          |    Version:
   Resolution:               |   Keywords:  SponsorR tor-relay tor-hs
Actual Points:               |  Parent ID:
       Points:               |
-----------------------------+---------------------------------------

Comment (by dgoulet):

 * {{{if (p <= 0.0) {}}}, p can't possibly be below 0.0 because of the
 assert() before and the hard requirement noted in the comment.

 {{{
 [...] value <b>p</b> from the uniform distribution in [0.0, 1.0[
 }}}

 * {{{tor_llround(trunc(result));}}}, maybe adding a small comment would be
 good. I don't quite get why we are doing that? Also, is your original
 comment still valid about {{{trunc}}} vs {{{tor_trunc}}} that we might
 want to add that?

 Thanks for the change file! I completely forgot to update it :S

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


More information about the tor-bugs mailing list