This is an automated email from the git hooks/post-receive script.
nickm pushed a commit to branch main in repository tor.
The following commit(s) were added to refs/heads/main by this push: new 01b0954b23 Update doc/man/tor.1.txt 01b0954b23 is described below
commit 01b0954b2335b8f1fe672c2d64666937876bb845 Author: Andy andy@blockbreakers.org AuthorDate: Wed Sep 28 19:57:26 2022 +0000
Update doc/man/tor.1.txt --- doc/man/tor.1.txt | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/doc/man/tor.1.txt b/doc/man/tor.1.txt index 712988fa5a..14b989bfa7 100644 --- a/doc/man/tor.1.txt +++ b/doc/man/tor.1.txt @@ -860,6 +860,7 @@ forward slash (/) in the configuration file and on the command line. _relayed traffic_ to the given number of bytes in each direction. They do not include directory fetches by the relay (from authority or other relays), because that is considered "client" activity. (Default: 0) + RelayBandwidthBurst defaults to the value of RelayBandwidthRate if unset.
[[RelayBandwidthRate]] **RelayBandwidthRate** __N__ **bytes**|**KBytes**|**MBytes**|**GBytes**|**TBytes**|**KBits**|**MBits**|**GBits**|**TBits**:: If not 0, a separate token bucket limits the average incoming bandwidth @@ -869,6 +870,7 @@ forward slash (/) in the configuration file and on the command line. requests, but that may change in future versions. They do not include directory fetches by the relay (from authority or other relays), because that is considered "client" activity. (Default: 0) + RelayBandwidthRate defaults to the value of RelayBandwidthBurst if unset.
[[RephistTrackTime]] **RephistTrackTime** __N__ **seconds**|**minutes**|**hours**|**days**|**weeks**:: Tells an authority, or other node tracking node reliability and history,
tor-commits@lists.torproject.org