changes file for bug 8546

This commit is contained in:
Nick Mathewson 2015-01-03 19:47:06 -05:00
parent 49bdfbabb4
commit 15dd690605

6
changes/bug8546 Normal file
View File

@ -0,0 +1,6 @@
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
least one bug in the past.