[tor-bugs] #14219 [Tor]: Visiting a down hidden service that was recently up results in many hsdesc fetches

Tor Bug Tracker & Wiki blackhole at torproject.org
Thu Jan 15 21:10:16 UTC 2015


#14219: Visiting a down hidden service that was recently up results in many hsdesc
fetches
------------------------+------------------------------
     Reporter:  arma    |      Owner:
         Type:  defect  |     Status:  new
     Priority:  normal  |  Milestone:  Tor: 0.2.???
    Component:  Tor     |    Version:
   Resolution:          |   Keywords:  SponsorR, tor-hs
Actual Points:          |  Parent ID:
       Points:          |
------------------------+------------------------------

Comment (by arma):

 For context, the critical code here is this, in
 rend_cache_store_v2_desc_as_client():
 {{{
   /* Do we already have this descriptor? */
   if (e && !strcmp(desc, e->desc)) {
     log_info(LD_REND,"We already have this service descriptor %s.",
              safe_str_client(service_id));
     goto okay;
   }
 }}}

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


More information about the tor-bugs mailing list