summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-02-19 21:08:27 +0000
committerRoger Dingledine <arma@torproject.org>2008-02-19 21:08:27 +0000
commit33c754315b7f5090628c74213bc412edce270582 (patch)
treebe1d98b3cb64cffbbb3bb2868b19c67dbc066981
parentd61835a4ba541660fffa0123b5b2a47ce3cdd4a1 (diff)
downloadtor-33c754315b7f5090628c74213bc412edce270582.tar.gz
tor-33c754315b7f5090628c74213bc412edce270582.zip
clear up another connlimit lie
svn:r13582
-rw-r--r--src/or/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c
index 3a47f9449e..4d97b9b1bd 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -363,7 +363,7 @@ static config_var_description_t options_description[] = {
"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." },