浏览代码

plus add a comment re: the previous bug

svn:r3076
Roger Dingledine 21 年之前
父节点
当前提交
02b3229a04
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/or/routerlist.c

+ 4 - 0
src/or/routerlist.c

@@ -965,6 +965,10 @@ int router_compare_addr_to_addr_policy(uint32_t addr, uint16_t port,
         }
       } else if (!port) {
         /* The port maybe matches. */
+        /* XXX Nick: it looks port 0 only means something special for resolve
+         * commands, which can currently be handled by any exit node.
+         * Should we treat those specially elsewhere?
+         */
         maybe = 1;
       }
     } else {