[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
Thu Jul 21 15:23:29 UTC 2011


#3627: Split edge_connection_t into edge_connection_t and entry_connection_t
------------------------+---------------------------------------------------
 Reporter:  nickm       |          Owner:                    
     Type:  defect      |         Status:  new               
 Priority:  normal      |      Milestone:  Tor: 0.2.3.x-final
Component:  Tor Client  |        Version:                    
 Keywords:              |         Parent:                    
   Points:              |   Actualpoints:                    
------------------------+---------------------------------------------------
 See branch "split_entry_conn" in my public repository.

 It divides off the entry-only fields from edge_connection_t, and makes a
 new type for them.

 This isn't a material memory savings: we get less than 100 bytes saved per
 exit connection by moving the fields out of edge_connection_t.  Rather,
 it's meant to make the code more intelligible by making edge_connection_t
 contain *only* the common edge connection fields.

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


More information about the tor-bugs mailing list