[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #3627 [Tor Client]: Split edge_connection_t into edge_connection_t and entry_connection_t
#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs