Tor mods
Endwall
12/04/2016 (Sun) 06:01:18
No.709
del
tor/src/or OR tor/src/core/or
or.h
#define DEFAULT_ROUTE_LEN 3
change this to
#define DEFAULT_ROUTE_LEN 6
routerparse.c
digest_algorithm_t alg = DIGEST_SHA1;
digest_algorithm_t alg = DIGEST_SHA256;
Leave this alone it will break tor if you change it.
/src/core/or/circuitstats.h
#define CBT_DEFAULT_RECENT_CIRCUITS 20
change to
#define CBT_DEFAULT_RECENT_CIRCUITS 10
Message too long. Click here to view full text.
Edited last time by Endwall on 03/09/2019 (Sat) 07:00:25.