Skip to content
Snippets Groups Projects
Commit 15424bf8 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Document 20KB requirement in BandwidthRate documentation

This fixes the last suggestion of bug #1195.
parent 74099299
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,9 @@ Other options can be specified either on the command-line (--option
**BandwidthRate** __N__ **bytes**|**KB**|**MB**|**GB**::
A token bucket limits the average incoming bandwidth usage on this node to
the specified number of bytes per second, and the average outgoing
bandwidth usage to that same value. (Default: 5 MB)
bandwidth usage to that same value. If you want to run a relay in the
public network, this needs to be _at the very least_ 20 KB (that is,
20480 bytes). (Default: 5 MB)
**BandwidthBurst** __N__ **bytes**|**KB**|**MB**|**GB**::
Limit the maximum token bucket size (also known as the burst) to the given
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment