tor/changes/bug8546

7 lines
367 B
Plaintext
Raw Normal View History

2015-01-04 01:47:06 +01:00
o Code simplification and refactoring:
- Move fields related to isolating and configuring client ports
into a shared structure. Previously, they were duplicated across
port_cfg_t, listener_connection_t, and edge_connection_t.
Failure to copy one of them correctly had been the cause of at
2015-01-23 15:09:00 +01:00
least one bug in the past. Closes ticket 8546.