mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
correct the comments that don't realize it's the opposite
svn:r5934
This commit is contained in:
+2
-2
@@ -1267,8 +1267,8 @@ typedef struct {
|
||||
* versions? */
|
||||
int ClientOnly; /**< Boolean: should we never evolve into a server role? */
|
||||
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 ConnLimit; /**< Demanded minimum number of simultaneous connections. */
|
||||
int _ConnLimit; /**< Maximum allowed number of simultaneous connections. */
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user