[or-cvs] [tor/release-0.2.2 093/162] Improve documentation for RelayBandwdith* options

arma at torproject.org arma at torproject.org
Mon Dec 20 03:06:37 UTC 2010


Author: Sebastian Hahn <sebastian at torproject.org>
Date: Fri, 22 Oct 2010 23:37:54 +0200
Subject: Improve documentation for RelayBandwdith* options
Commit: 0b05f05bbf83de7d00a8b4586685d2d52e7e2ac9

Jesse Adelman noticed that we don't currently describe what
happens very well.
---
 doc/tor.1.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index b827fbe..1511eb8 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -89,14 +89,14 @@ Other options can be specified either on the command-line (--option
     without impacting network performance.
 
 **RelayBandwidthRate** __N__ **bytes**|**KB**|**MB**|**GB**::
-    If defined, a separate token bucket limits the average incoming bandwidth
+    If not 0, a separate token bucket limits the average incoming bandwidth
     usage for \_relayed traffic_ on this node to the specified number of bytes
     per second, and the average outgoing bandwidth usage to that same value.
     Relayed traffic currently is calculated to include answers to directory
     requests, but that may change in future versions. (Default: 0)
 
 **RelayBandwidthBurst** __N__ **bytes**|**KB**|**MB**|**GB**::
-    Limit the maximum token bucket size (also known as the burst) for
+    If not 0, limit the maximum token bucket size (also known as the burst) for
     \_relayed traffic_ to the given number of bytes in each direction.
     (Default: 0)
 
-- 
1.7.1




More information about the tor-commits mailing list