tor mods
Endwall
11/26/2016 (Sat) 06:24:17
No.
690
del
tor/src/or/
circuituse.c
else if (build_state && build_state->desired_path_len >= 4)
cutoff = fourhop_cuttoff
change 4 to PATH_LEN + 1
so for a 5 hop length route use 6 for a 6 hop length route use 7 etc.