diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-03-22 19:01:46 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-03-22 19:01:46 +0000 |
commit | ec81f870181940909507fd5356fa5ecc11c7440e (patch) | |
tree | 81e3f8c5afc9d6622e3813c328a4eb34a7edaa00 /doc | |
parent | 2d662bf773fd9b73c2698f9ddb2e473df180a8e9 (diff) | |
download | tor-ec81f870181940909507fd5356fa5ecc11c7440e.tar.gz tor-ec81f870181940909507fd5356fa5ecc11c7440e.zip |
Implement an option to cap bandwidth-to-advertise. Arma: can you improve the manpage entry by explaining why you would want to do this?
svn:r3813
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 2 | ||||
-rw-r--r-- | doc/tor.1.in | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -25,7 +25,7 @@ R o pick the whole path when you start the circuit. they're rejected. - controller should have an event to learn about new addressmappings? - how do ulimits work on win32, anyway? - - have a separate config option which caps bandwidth-to-advertise. + o have a separate config option which caps bandwidth-to-advertise. For 0.1.0.x: diff --git a/doc/tor.1.in b/doc/tor.1.in index 24760f9e07..311a7f0e36 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -48,6 +48,10 @@ the specified number of bytes per second. (Default: 780 KB) \fBBandwidthBurst \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP Limit the maximum token bucket size (also known as the burst) to the given number of bytes. (Default: 48 MB) .TP +\fBMaxAdvertisedBandwidth \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP +If set, we will not advertise more than this amount of bandwidth, no +matter how much we think we actually have. +.TP \fBDataDirectory \fR\fIDIR\fP Store working data in DIR (Default: @LOCALSTATEDIR@/lib/tor) .TP |