]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
note another case where strictnodes is considered for exits
authorRoger Dingledine <arma@torproject.org>
Fri, 11 Mar 2011 09:36:24 +0000 (04:36 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 27 Apr 2011 03:54:14 +0000 (23:54 -0400)
src/or/connection_edge.c

index 72e2c8a409012a3cee0562e657a86ca48b4801a5..fff42be9099cbcffda965318bd9e9016e38a6556 100644 (file)
@@ -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,