[tor-bugs] #25296 [Core Tor/Tor]: update PerConnBWRate/Burst manpage entries to not mention consensus
Tor Bug Tracker & Wiki
blackhole at torproject.org
Sun Feb 18 10:39:38 UTC 2018
#25296: update PerConnBWRate/Burst manpage entries to not mention consensus
------------------------------+---------------------
Reporter: cypherpunks | Owner: (none)
Type: defect | Status: new
Priority: Medium | Milestone:
Component: Core Tor/Tor | Version:
Severity: Minor | Keywords: tor-doc
Actual Points: | Parent ID:
Points: | Reviewer:
Sponsor: |
------------------------------+---------------------
context:
https://lists.torproject.org/pipermail/tor-
relays/2018-February/014585.html
The manpage says that relays will use the value in consensus but the
consensus does not longer include these values.
This patch removes "You should never need to change this value, since a
network-wide value is published in the consensus and your relay will use
that value."
and is the minimal change, but it would be better to add more information
that says if tor has some built-in mechanism to avoid that a single client
uses all bw.
Also: How does tor tell non-relays from relays apart?
{{{
@@ -243,13 +243,11 @@
[[PerConnBWRate]] **PerConnBWRate** __N__
**bytes**|**KBytes**|**MBytes**|**GBytes**|**TBytes**|**KBits**|**MBits**|**GBits**|**TBits**::
If set, do separate rate limiting for each connection from a non-
relay.
- You should never need to change this value, since a network-wide
value is
- published in the consensus and your relay will use that value.
(Default: 0)
+ (Default: 0)
[[PerConnBWBurst]] **PerConnBWBurst** __N__
**bytes**|**KBytes**|**MBytes**|**GBytes**|**TBytes**|**KBits**|**MBits**|**GBits**|**TBits**::
If set, do separate rate limiting for each connection from a non-
relay.
- You should never need to change this value, since a network-wide
value is
- published in the consensus and your relay will use that value.
(Default: 0)
+ (Default: 0)
[[ClientTransportPlugin]] **ClientTransportPlugin** __transport__
socks4|socks5 __IP__:__PORT__::
**ClientTransportPlugin** __transport__ exec __path-to-binary__
[options]::
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/25296>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list