bug8546 345 B

123456
  1. o Code simplification and refactoring:
  2. - Move fields related to isolating and configuring client ports
  3. into a shared structure. Previously, they were duplicated across
  4. port_cfg_t, listener_connection_t, and edge_connection_t.
  5. Failure to copy one of them correctly had been the cause of at
  6. least one bug in the past.