]> git.ipfire.org Git - thirdparty/tor.git/commit
Only update guard status (usable / not usable) once we have
authorRoger Dingledine <arma@torproject.org>
Mon, 26 Nov 2007 02:18:57 +0000 (02:18 +0000)
committerRoger Dingledine <arma@torproject.org>
Mon, 26 Nov 2007 02:18:57 +0000 (02:18 +0000)
commit91bb09cb28246f8ae2fe7525be61eba58f6bf814
tree79b4b9bd822ec4b13565e6c765d70049ca6b4761
parent17393b835927cec5db32dce7af8f2f4721e9a71b
Only update guard status (usable / not usable) once we have
enough directory information. This was causing us to always pick
two new guards on startup (bugfix on 0.2.0.9-alpha), and it was
causing us to discard all our guards on startup if we hadn't been
running for a few weeks (bugfix on 0.1.2.x). Fixes bug 448.

svn:r12570
ChangeLog
src/or/circuitbuild.c
src/or/directory.c
src/or/main.c
src/or/networkstatus.c