Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mike Perry
Tor
Commits
b109161c
Commit
b109161c
authored
Nov 02, 2021
by
Alexander Færøy
🍍
Browse files
Merge branch 'maint-0.4.6' into main
parents
ee38ec02
99221163
Changes
2
Hide whitespace changes
Inline
Side-by-side
changes/ticket40504
0 → 100644
View file @
b109161c
o Documentation (man, relay):
- Missing "OverloadStatistics" in tor.1 manpage. Fixes bug 40504; bugfix on
0.4.6.1-alpha.
doc/man/tor.1.txt
View file @
b109161c
...
...
@@ -2772,6 +2772,26 @@ types of statistics that Tor relays collect and publish:
is enabled, it will be published as part of the extra-info document.
(Default: 1)
[[OverloadStatistics]] **OverloadStatistics** *0**|**1**::
Relays and bridges only.
When this option is enabled, a Tor relay will write an overload general
line in the server descriptor if the relay is considered overloaded.
(Default: 1)
+
A relay is considered overloaded if at least one of these conditions is
met:
- Onionskins are starting to be dropped.
- The OOM was invoked.
- (Exit only) DNS timeout occurs X% of the time over Y seconds (values
controlled by consensus parameters, see param-spec.txt).
+
If ExtraInfoStatistics is enabled, it can also put two more specific
overload lines in the extra-info document if at least one of these
conditions is met:
- TCP Port exhaustion.
- Connection rate limits have been reached (read and write side).
[[PaddingStatistics]] **PaddingStatistics** **0**|**1**::
Relays and bridges only.
When this option is enabled, Tor collects statistics for padding cells
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment