diff options
Diffstat (limited to 'src/or/circuituse.c')
-rw-r--r-- | src/or/circuituse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/circuituse.c b/src/or/circuituse.c index 829d1bb36b..4a9752a5c1 100644 --- a/src/or/circuituse.c +++ b/src/or/circuituse.c @@ -565,10 +565,10 @@ circuit_expire_old_circuits(time_t now) } } -/** Number of circuits to open at once when testing our bandwidth. */ +/** Number of testing circuits we want open before testing our bandwidth. */ #define NUM_PARALLEL_TESTING_CIRCS 4 -/** True iff we've ever opened enough testing circuits to test our +/** True iff we've ever had enough testing circuits open to test our * bandwidth. */ static int have_performed_bandwidth_test = 0; |