mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
remove obsolete IgnoreVersion config from or.h
svn:r5251
This commit is contained in:
parent
6101468cbe
commit
2a82182243
@ -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). */
|
||||
|
Loading…
Reference in New Issue
Block a user