diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-07-10 09:03:56 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-07-10 09:05:26 -0400 |
commit | 2f8cf524ba4e565ab613504a4c41fd724d32facc (patch) | |
tree | d03c814b701acbfec41cc924491cc4f2d8e7a4f0 /src/or/or.h | |
parent | fdf5014d1134c2e06771e1265bca2eddb0e65ada (diff) | |
download | tor-2f8cf524ba4e565ab613504a4c41fd724d32facc.tar.gz tor-2f8cf524ba4e565ab613504a4c41fd724d32facc.zip |
Remove the HidServDirV2 and VoteOnHidServDirectoriesV2 options
(Mark them as obsolete)
Closes 16543.
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/or/or.h b/src/or/or.h index 946e7e0def..d35c47fdec 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3590,10 +3590,7 @@ typedef struct { int PublishHidServDescriptors; int FetchServerDescriptors; /**< Do we fetch server descriptors as normal? */ int FetchHidServDescriptors; /**< and hidden service descriptors? */ - int HidServDirectoryV2; /**< Do we participate in the HS DHT? */ - int VoteOnHidServDirectoriesV2; /**< As a directory authority, vote on - * assignment of the HSDir flag? */ int MinUptimeHidServDirectoryV2; /**< As directory authority, accept hidden * service directories after what time? */ |