commit a5c03d0716e1a83eeb6af0ed6b5ec7703438a326 Author: George Kadianakis desnacked@riseup.net Date: Tue Apr 20 12:10:42 2021 +0300
fixup! Fold proposal 328 into dir-spec.txt --- dir-spec.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/dir-spec.txt b/dir-spec.txt index 2399ed4..39a0318 100644 --- a/dir-spec.txt +++ b/dir-spec.txt @@ -1358,16 +1358,16 @@
Indicates that a bandwidth limit was exhausted for this relay.
- The "rate-limit" and "burst-limit" are the raw values from the - BandwidthRate and BandwidthBurst found in the torrc configuration file. + The "rate-limit" and "burst-limit" are the raw values from the + BandwidthRate and BandwidthBurst found in the torrc configuration file.
- The "{read|write}-overload-count" are the counts of how many times the - reported limits of burst/rate were exhausted and thus the maximum - between the read and write count occurances. To make the counter more - meaningful and to avoid multiple connections saturating the counter - when a relay is overloaded, we only increment it once a minute. + The "{read|write}-overload-count" are the counts of how many times the + reported limits of burst/rate were exhausted and thus the maximum + between the read and write count occurances. To make the counter more + meaningful and to avoid multiple connections saturating the counter + when a relay is overloaded, we only increment it once a minute.
- The 'version' field is set to '1' for now. + The 'version' field is set to '1' for now.
(Introduced in tor-0.4.6.1-alpha)