summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-01-31 15:11:47 -0500
committerNick Mathewson <nickm@torproject.org>2018-01-31 15:11:47 -0500
commit946ebd8419fc1a2c2a95c1635ff6991119691380 (patch)
tree4c39521326df56d5372168305ca43a7fbc21a7ec /src/or/or.h
parentc0024edd2651761a2740d422a9dceca65c3721cf (diff)
downloadtor-946ebd8419fc1a2c2a95c1635ff6991119691380.tar.gz
tor-946ebd8419fc1a2c2a95c1635ff6991119691380.zip
Obsolete the now-unused MaxTries options.
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/or/or.h b/src/or/or.h
index f93050dfea..c51a2137e7 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -4397,37 +4397,11 @@ typedef struct {
* it? Only altered on testing networks. */
int TestingDirConnectionMaxStall;
- /** How many times will we try to fetch a consensus before we give
- * up? Only altered on testing networks. */
- int TestingConsensusMaxDownloadTries;
-
- /** How many times will a client try to fetch a consensus while
- * bootstrapping using a list of fallback directories, before it gives up?
- * Only altered on testing networks. */
- int ClientBootstrapConsensusMaxDownloadTries;
-
- /** How many times will a client try to fetch a consensus while
- * bootstrapping using only a list of authorities, before it gives up?
- * Only altered on testing networks. */
- int ClientBootstrapConsensusAuthorityOnlyMaxDownloadTries;
-
/** How many simultaneous in-progress connections will we make when trying
* to fetch a consensus before we wait for one to complete, timeout, or
* error out? Only altered on testing networks. */
int ClientBootstrapConsensusMaxInProgressTries;
- /** How many times will we try to download a router's descriptor before
- * giving up? Only altered on testing networks. */
- int TestingDescriptorMaxDownloadTries;
-
- /** How many times will we try to download a microdescriptor before
- * giving up? Only altered on testing networks. */
- int TestingMicrodescMaxDownloadTries;
-
- /** How many times will we try to fetch a certificate before giving
- * up? Only altered on testing networks. */
- int TestingCertMaxDownloadTries;
-
/** If true, we take part in a testing network. Change the defaults of a
* couple of other configuration options and allow to change the values
* of certain configuration options. */