revamp circuit node selection to use smartlists:
commit9e6f4a30296815aab99393218c75b44d1aca25e4
authorRoger Dingledine <arma@torproject.org>
Sat, 13 Dec 2003 07:01:46 +0000 (13 07:01 +0000)
committerRoger Dingledine <arma@torproject.org>
Sat, 13 Dec 2003 07:01:46 +0000 (13 07:01 +0000)
tree32079c3b86579348d8a92ebfe6f26bb9c75f0b15
parent5458ca39e8fd0ef582f3ed690fa589e44daf5c6b
revamp circuit node selection to use smartlists:
  * now we know for sure if an acceptable node is available; we
    don't have to keep guessing and checking
  * we try options.EntryNodes first for picking the first node

svn:r904
src/or/onion.c
src/or/or.h
src/or/routerlist.c
src/or/test.c