From 3c4e68488b4f19e6cc042a678974f88d8693fb4c Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sun, 12 Feb 2006 03:43:39 +0000 Subject: Clients now honor the "guard" flag in the router status when picking entry guards, rather than looking at is_fast or is_stable. Now dirservers can change how they define it and clients will automatically use their new definition. svn:r5979 --- src/or/rendservice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/rendservice.c') diff --git a/src/or/rendservice.c b/src/or/rendservice.c index a9f9c9d1d8..7881d3ffcd 100644 --- a/src/or/rendservice.c +++ b/src/or/rendservice.c @@ -992,7 +992,7 @@ rend_services_introduce(void) for (j=prev_intro_nodes; j < NUM_INTRO_POINTS; ++j) { char *hex_digest; router = router_choose_random_node(service->intro_prefer_nodes, - service->intro_exclude_nodes, exclude_routers, 1, 0, + service->intro_exclude_nodes, exclude_routers, 1, 0, 0, get_options()->_AllowUnverified & ALLOW_UNVERIFIED_INTRODUCTION, 0); if (!router) { -- cgit v1.2.3-54-g00ecf