diff options
author | Roger Dingledine <arma@torproject.org> | 2011-03-11 04:36:24 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-04-26 23:54:14 -0400 |
commit | bcea155ce0999d19b596a24edd359d1fc0dbe380 (patch) | |
tree | 9cb593328b6e142f3b5e3666ceb90a827b985953 /src | |
parent | 0ad3836f73cbb6f0aa8b643c43e799d69d378aea (diff) | |
download | tor-bcea155ce0999d19b596a24edd359d1fc0dbe380.tar.gz tor-bcea155ce0999d19b596a24edd359d1fc0dbe380.zip |
note another case where strictnodes is considered for exits
Diffstat (limited to 'src')
-rw-r--r-- | src/or/connection_edge.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index 72e2c8a409..fff42be909 100644 --- a/src/or/connection_edge.c +++ b/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, |