소스 검색

note another case where strictnodes is considered for exits

Roger Dingledine 14 년 전
부모
커밋
bcea155ce0
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/or/connection_edge.c

+ 2 - 0
src/or/connection_edge.c

@@ -2969,6 +2969,8 @@ connection_edge_is_rendezvous_stream(edge_connection_t *conn)
  *
  * If <b>excluded_means_no</b> is 1 and Exclude*Nodes is set and excludes
  * this relay, return 0.
+ * XXX022-1090 This StrictNodes business needs more work, a la bug 1090. See
+ * also git commit ef81649d.
  */
 int
 connection_ap_can_use_exit(edge_connection_t *conn, routerinfo_t *exit,