diff options
author | Florian Tschorsch <tschorsch@informatik.uni-wuerzburg.de> | 2011-09-07 20:21:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-09-22 15:07:23 -0400 |
commit | 6b1d8321aef15a948ec32333a98217450bd02f78 (patch) | |
tree | f7718bf89f468c1635ff64216947e3316e901fc1 /doc | |
parent | 40288e1e66b82fc0a641afeaad5d102f001f3df1 (diff) | |
download | tor-6b1d8321aef15a948ec32333a98217450bd02f78.tar.gz tor-6b1d8321aef15a948ec32333a98217450bd02f78.zip |
New torrc option to allow bucket refill intervals of less than 1 sec
Implements bug3630.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 4edee80cea..05f52f81cd 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -737,6 +737,14 @@ The following options are useful only for clients (that is, if unattached waiting for an appropriate circuit, before we fail it. (Default: 2 minutes.) +**TokenBucketRefillInterval** __NUM__:: + Set the refill interval of Tor's token bucket to NUM milliseconds. + NUM must be positive and either a divisor or a multiple of 1 second. + Note that this option retains the configured bandwidth limits and refills + token buckets only in ratio to the interval. This option will be ignored + when Tor was built with Libevent's bufferevents enabled. (Default: 1 second) + + **TrackHostExits** __host__,__.domain__,__...__:: For each value in the comma separated list, Tor will track recent connections to hosts that match this value and attempt to reuse the same |