[or-cvs] r13582: clear up another connlimit lie (tor/trunk/src/or)

arma at seul.org arma at seul.org
Tue Feb 19 21:08:27 UTC 2008


Author: arma
Date: 2008-02-19 16:08:27 -0500 (Tue, 19 Feb 2008)
New Revision: 13582

Modified:
   tor/trunk/src/or/config.c
Log:
clear up another connlimit lie


Modified: tor/trunk/src/or/config.c
===================================================================
--- tor/trunk/src/or/config.c	2008-02-19 19:48:07 UTC (rev 13581)
+++ tor/trunk/src/or/config.c	2008-02-19 21:08:27 UTC (rev 13582)
@@ -363,7 +363,7 @@
     "this node to the specified number of bytes per second." },
   { "BandwidthBurst", "Limit the maximum token buffer size (also known as "
     "burst) to the given number of bytes." },
-  { "ConnLimit", "Maximum number of simultaneous sockets allowed." },
+  { "ConnLimit", "Minimum number of simultaneous sockets we must have." },
   { "ConstrainedSockets", "Shrink tx and rx buffers for sockets to avoid "
     "system limits on vservers and related environments.  See man page for "
     "more information regarding this option." },



More information about the tor-commits mailing list