[tor-bugs] #15744 [Tor]: Is 16384 introductions a sane limit for IP rotation?

Tor Bug Tracker & Wiki blackhole at torproject.org
Sun Apr 26 19:53:15 UTC 2015


#15744: Is 16384 introductions a sane limit for IP rotation?
-------------------------+--------------------------------
     Reporter:  dgoulet  |      Owner:
         Type:  defect   |     Status:  new
     Priority:  normal   |  Milestone:  Tor: 0.2.7.x-final
    Component:  Tor      |    Version:
   Resolution:           |   Keywords:  SponsorR, tor-hs
Actual Points:           |  Parent ID:  #15714
       Points:           |
-------------------------+--------------------------------

Comment (by asn):

 See branch `bug15744_027_02_asn` in my repo for a small extra feature.

 Now the log message also displays the lifetime of the intro circs, to give
 us a better idea of the churn of hidden services. For example:
 {{{
 Noting down dead intro circ with 4 introductions (lifetime: 23 seconds).
 }}}

 Also, the current HEAD will not build with `--enable-gcc-warnings` because
 of:
 {{{
 src/or/rephist.c: In function ‘rep_hist_reset_hs_stats’:
 src/or/rephist.c:2985:19: error: comparison between signed and unsigned
 integer expressions [-Werror=sign-compare]
      for (i = 0; i < histo_len; i++) {
 }}}
 seems easy to fix.

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


More information about the tor-bugs mailing list