mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
note another case where strictnodes is considered for exits
This commit is contained in:
parent
0ad3836f73
commit
bcea155ce0
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue