[or-cvs] choose helper nodes to have high capacity always

arma at seul.org arma at seul.org
Sun Dec 11 11:20:03 UTC 2005


Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or

Modified Files:
	circuitbuild.c 
Log Message:
choose helper nodes to have high capacity always


Index: circuitbuild.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/circuitbuild.c,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -d -r1.174 -r1.175
--- circuitbuild.c	10 Dec 2005 21:07:21 -0000	1.174
+++ circuitbuild.c	11 Dec 2005 11:20:01 -0000	1.175
@@ -1503,7 +1503,7 @@
   // but only if there are enough other nodes available.
   choice = router_choose_random_node(options->EntryNodes, options->ExcludeNodes,
            excluded, state ? state->need_uptime : 1,
-           state ? state->need_capacity : 0,
+           state ? state->need_capacity : 1,
            options->_AllowUnverified & ALLOW_UNVERIFIED_ENTRY,
            options->StrictEntryNodes);
   smartlist_free(excluded);



More information about the tor-commits mailing list