Skip to content

tor-circmgr: Loop until we run out of circuits to launch.

gabi-250 requested to merge gabi-250/arti:hspool-loop into main

Previously this would only loop n_to_launch - 1 times, so the pool was always 1 circuit short of the n_to_launch target.

Merge request reports