]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Update OverloadStatistics to match prop 328
authorGeorg Koppen <gk@torproject.org>
Wed, 8 May 2024 09:34:05 +0000 (09:34 +0000)
committerDavid Goulet <dgoulet@torproject.org>
Thu, 30 May 2024 16:31:45 +0000 (12:31 -0400)
Closes: #40940.
doc/man/tor.1.txt

index 1589809b1af6ac26f54e316ae1b2bc36310d07e8..ad6ec8ba8ddef612e49320ea8af09eaa8184b9ac 100644 (file)
@@ -2795,17 +2795,16 @@ types of statistics that Tor relays collect and publish:
      +
     A relay is considered overloaded if at least one of these conditions is
     met:
-        - Onionskins are starting to be dropped.
+        - A certain ratio of ntor onionskins are dropped.
         - The OOM was invoked.
+        - TCP Port exhaustion.
 
-        - (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).
+        - File descriptors are exhausted.
 
 [[PaddingStatistics]] **PaddingStatistics** **0**|**1**::
     Relays and bridges only.