[or-cvs] correct the comments that don"t realize it"s the opposite
arma at seul.org
arma at seul.org
Thu Feb 9 02:59:28 UTC 2006
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
or.h
Log Message:
correct the comments that don't realize it's the opposite
Index: or.h
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/or.h,v
retrieving revision 1.787
retrieving revision 1.788
diff -u -p -d -r1.787 -r1.788
--- or.h 6 Feb 2006 05:04:27 -0000 1.787
+++ or.h 9 Feb 2006 02:59:26 -0000 1.788
@@ -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
More information about the tor-commits
mailing list