tor mods Endwall 11/26/2016 06:24:00 No. 690 [Open] [Reply] Actions report Translate Thread... Hide Thread Translate... Hide Post 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.