aboutsummaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-10-16 18:43:41 +0000
committerRoger Dingledine <arma@torproject.org>2005-10-16 18:43:41 +0000
commit2a8218224399f85ae39fa1db731a7a85549b45e7 (patch)
treebec3009930ddae8ddc9836b3324d4fae41eecb9f /src/or
parent6101468cbe28fe50faa82d251ca95c481ed40fe7 (diff)
downloadtor-2a8218224399f85ae39fa1db731a7a85549b45e7.tar
tor-2a8218224399f85ae39fa1db731a7a85549b45e7.tar.gz
remove obsolete IgnoreVersion config from or.h
svn:r5251
Diffstat (limited to 'src/or')
-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 08fdd3de7..77951bbdd 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1208,8 +1208,6 @@ typedef struct {
int NoPublish; /**< Boolean: should we never publish a descriptor? */
int ConnLimit; /**< Requested maximum number of simultaneous connections. */
int _ConnLimit; /**< Actual maximum number of simultaneous connections. */
- int IgnoreVersion; /**< If true, run no matter what versions of Tor the
- * directory recommends. */
int RunAsDaemon; /**< If true, run in the background. (Unix only) */
int FascistFirewall; /**< Whether to prefer ORs reachable on open ports. */
smartlist_t *FirewallPorts; /**< Which ports our firewall allows (strings). */