diff options
author | teor <teor2345@gmail.com> | 2016-08-18 12:02:33 +1000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-08-24 10:07:47 -0400 |
commit | b1ad024d3002e9d8581b6b96c892e5988d9e759b (patch) | |
tree | 3afdc42c8fd5068e6d18a888843b37081c3a6a26 /src/or/routerlist.h | |
parent | d3a975ea05bf8d850602a3ad8054402a679c5dcf (diff) | |
download | tor-b1ad024d3002e9d8581b6b96c892e5988d9e759b.tar.gz tor-b1ad024d3002e9d8581b6b96c892e5988d9e759b.zip |
Fix path selection on firewalled clients
Signed-off-by: teor <teor2345@gmail.com>
Diffstat (limited to 'src/or/routerlist.h')
-rw-r--r-- | src/or/routerlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.h b/src/or/routerlist.h index 67cc253c5a..cb5b42a3b8 100644 --- a/src/or/routerlist.h +++ b/src/or/routerlist.h @@ -62,7 +62,7 @@ int routers_have_same_or_addrs(const routerinfo_t *r1, const routerinfo_t *r2); void router_add_running_nodes_to_smartlist(smartlist_t *sl, int allow_invalid, int need_uptime, int need_capacity, int need_guard, int need_desc, - int pref_addr); + int pref_addr, int direct_conn); const routerinfo_t *routerlist_find_my_routerinfo(void); uint32_t router_get_advertised_bandwidth(const routerinfo_t *router); |