瀏覽代碼

clear up another connlimit lie

svn:r13582
Roger Dingledine 18 年之前
父節點
當前提交
33c754315b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/or/config.c

+ 1 - 1
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." },