소스 검색

changes file for bug 8546

Nick Mathewson 9 년 전
부모
커밋
15dd690605
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      changes/bug8546

+ 6 - 0
changes/bug8546

@@ -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.