Use our variable directly for timeout.
commit6eba08e22f2b0ab91433d6b641eab45a65a4495d
authorMike Perry <mikeperry-git@fscked.org>
Wed, 2 Sep 2009 03:27:43 +0000 (1 20:27 -0700)
committerMike Perry <mikeperry-git@fscked.org>
Wed, 16 Sep 2009 22:52:04 +0000 (16 15:52 -0700)
treede0053ab08d170e43b9b295a12b8ad6134dc4e7f
parentfd412549fdd6631c12d1e6d9092a9506f60d9789
Use our variable directly for timeout.

Using CircuitBuildTimeout is prone to issues with SIGHUP, etc.
Also, shuffle the circuit build times array after loading it
in so that newer measurements don't replace chunks of
similarly timed measurements.
src/or/circuitbuild.c
src/or/circuituse.c
src/or/config.c
src/or/or.h
src/or/test.c