diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-16 11:42:34 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-16 11:42:34 -0500 |
commit | c52c47ae6f0da5a94b0605fd84fd469a29db962c (patch) | |
tree | e7e45bd68c403bcae1311a6851569663ebfef1f6 | |
parent | 990a863d7ca74c84238791607b6515813b3b5633 (diff) | |
download | tor-c52c47ae6f0da5a94b0605fd84fd469a29db962c.tar.gz tor-c52c47ae6f0da5a94b0605fd84fd469a29db962c.zip |
Disable the legacy guard algorithm. Code isn't removed yet.
(Keeping the code around in case I broke Tor in some unexpected
way.)
-rw-r--r-- | src/or/entrynodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/entrynodes.h b/src/or/entrynodes.h index c215c103ca..db84d594c2 100644 --- a/src/or/entrynodes.h +++ b/src/or/entrynodes.h @@ -31,7 +31,7 @@ typedef struct entry_guard_restriction_t entry_guard_restriction_t; /* XXXX Prop271 undefine this in order to disable all legacy guard functions. */ -#define ENABLE_LEGACY_GUARD_ALGORITHM +// #define ENABLE_LEGACY_GUARD_ALGORITHM /* Information about a guard's pathbias status. * These fields are used in circpathbias.c to try to detect entry |