summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2017-04-25 13:58:35 -0400
committerNick Mathewson <nickm@torproject.org>2017-05-09 10:30:52 -0400
commitbc34654ba2df0e4f4834095ab404f5429c518be9 (patch)
treec80ca69fa87825c8bd2ac16740134a00e3750fef /src/or/or.h
parent09bc858dd54101e645b31bf32fe463b73c38add2 (diff)
downloadtor-bc34654ba2df0e4f4834095ab404f5429c518be9.tar.gz
tor-bc34654ba2df0e4f4834095ab404f5429c518be9.zip
config: Remove FastFirstHopPK option
Deprecated in 0.2.9.2-alpha, this commits changes it as OBSOLETE() and cleans up the code associated with it. Partially fixes #22060 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h
index e221959d6e..e30d3da1a2 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -4057,8 +4057,6 @@ typedef struct {
int NumDirectoryGuards; /**< How many dir guards do we try to establish?
* If 0, use value from NumEntryGuards. */
int RephistTrackTime; /**< How many seconds do we keep rephist info? */
- int FastFirstHopPK; /**< If Tor believes it is safe, should we save a third
- * of our PK time by sending CREATE_FAST cells? */
/** Should we always fetch our dir info on the mirror schedule (which
* means directly from the authorities) no matter our other config? */
int FetchDirInfoEarly;