[tor-bugs] #10566 [Tor]: tor relay hangs for 20 seconds periodically if domain from Address can not be resolved

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Jan 17 16:31:51 UTC 2014


#10566: tor relay hangs for 20 seconds periodically if domain from Address can not
be resolved
--------------------------+--------------------------------
     Reporter:  erchewin  |      Owner:
         Type:  defect    |     Status:  new
     Priority:  normal    |  Milestone:  Tor: 0.2.5.x-final
    Component:  Tor       |    Version:  Tor: unspecified
   Resolution:            |   Keywords:
Actual Points:            |  Parent ID:
       Points:            |
--------------------------+--------------------------------
Changes (by nickm):

 * milestone:   => Tor: 0.2.5.x-final


Comment:

 We should use nonblocking lookups for this kind of thing when Tor is
 running, and only do a blocking lookup for our Address at startup.  That's
 comparatively easy when we're built against Libevent 2.0, where
 evutil_getaddrinfo_async() should let us look up Address nonblockingly
 without too much trouble.

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


More information about the tor-bugs mailing list