[tor-bugs] #6799 [Tor]: Don't expire unused relay-to-relay TLS conns so quickly

Tor Bug Tracker & Wiki blackhole at torproject.org
Thu Apr 10 08:40:42 UTC 2014


#6799: Don't expire unused relay-to-relay TLS conns so quickly
-------------------------+-------------------------------------------------
     Reporter:  arma     |      Owner:
         Type:  defect   |     Status:  needs_review
     Priority:  major    |  Milestone:  Tor: 0.2.5.x-final
    Component:  Tor      |    Version:
   Resolution:           |   Keywords:  tor-relay anonymity-attack
Actual Points:           |  025-triaged 024-backport
       Points:           |  Parent ID:
-------------------------+-------------------------------------------------

Comment (by cypherpunks):

 > Simple fix candidate in branch "ticket6799_024".
 or_conn->idle_timeout is zero for non-canonical OR connections with this
 branch.
 {{{
   if (bool_eq(is_canonical, or_conn->is_canonical))
     return;
 }}}
 It skips computing of or_conn->idle_timeout for non-canonical OR
 connections.

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


More information about the tor-bugs mailing list