Hello I am doing some tests and I tried to change the variable DEFAULT_ROUTE_LEN
in the file core/or/or.h
but if I put as value 1
it gives me error on line 406
of the file feature/client/circpathbias.c
.
To force the operation I tried to comment out the function called tor_fragile_assert()
which if I understand correctly is exactly what triggers the warning (again I am doing this not to use tor with these conditions but to check what happens in some situations).
I guess the main problem is to find an ExitNode that also acts as a Bridge but I would like to understand if the problem could be another one maybe technical in nature.
With this opportunity, I would also like to ask whether there is indeed a possibility that an ExitNode also acts as a Bridge although it is extremely discouraged.