diff options
author | Roger Dingledine <arma@torproject.org> | 2006-09-15 05:53:00 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-09-15 05:53:00 +0000 |
commit | c22dc94fe6498a28c98f1f84e328d197472e4436 (patch) | |
tree | 1f904f0c2b751415d3e5fab8a1361f99a7e01ab7 /src/or/circuituse.c | |
parent | 769f9201a68387c2cdf03e1efd28399c93bb2bdf (diff) | |
download | tor-c22dc94fe6498a28c98f1f84e328d197472e4436.tar.gz tor-c22dc94fe6498a28c98f1f84e328d197472e4436.zip |
make my bandwidth exercises actually happen
svn:r8400
Diffstat (limited to 'src/or/circuituse.c')
-rw-r--r-- | src/or/circuituse.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/circuituse.c b/src/or/circuituse.c index db68b674ae..5ac48047df 100644 --- a/src/or/circuituse.c +++ b/src/or/circuituse.c @@ -645,7 +645,8 @@ circuit_testing_opened(origin_circuit_t *circ) } else if (circuit_enough_testing_circs()) { router_perform_bandwidth_test(NUM_PARALLEL_TESTING_CIRCS, time(NULL)); have_performed_bandwidth_test = 1; - } + } else + consider_testing_reachability(1, 0); } /** A testing circuit has failed to build. Take whatever stats we want. */ |