aboutsummaryrefslogtreecommitdiff
path: root/changes/bug8546
blob: 9e79b4f50c4970b382305f25227670a1c02a1c8a (plain)
1
2
3
4
5
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.  Closes ticket 8546.