aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2021-04-20 12:10:42 +0300
committerGeorge Kadianakis <desnacked@riseup.net>2021-04-20 12:10:42 +0300
commita5c03d0716e1a83eeb6af0ed6b5ec7703438a326 (patch)
tree8649a1962a79b0e4fc3e26237ff673ae6357eef0
parent60a830e5cbaa1185c3f9ebac855e10c6d9b8ef0d (diff)
downloadtorspec-a5c03d0716e1a83eeb6af0ed6b5ec7703438a326.tar.gz
torspec-a5c03d0716e1a83eeb6af0ed6b5ec7703438a326.zip
fixup! Fold proposal 328 into dir-spec.txt
-rw-r--r--dir-spec.txt16
1 files 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)