[tor-bugs] #3627 [Tor Client]: Split edge_connection_t into edge_connection_t and entry_connection_t

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Fri Jul 22 05:35:35 UTC 2011


#3627: Split edge_connection_t into edge_connection_t and entry_connection_t
------------------------+---------------------------------------------------
 Reporter:  nickm       |          Owner:                    
     Type:  defect      |         Status:  needs_review      
 Priority:  normal      |      Milestone:  Tor: 0.2.3.x-final
Component:  Tor Client  |        Version:                    
 Keywords:              |         Parent:                    
   Points:              |   Actualpoints:                    
------------------------+---------------------------------------------------

Comment(by arma):

 {{{
 +  if (conn->type != CONN_TYPE_AP)
 +    return 0;
 +  entry = TO_ENTRY_CONN(conn);
 +
    if (conn->type == CONN_TYPE_AP &&
 }}}
 the second check is redundant

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


More information about the tor-bugs mailing list