aboutsummaryrefslogtreecommitdiff
path: root/bandwidth-file-spec.txt
diff options
context:
space:
mode:
authorjuga0 <juga@riseup.net>2022-08-26 14:00:39 +0000
committerAlexander Færøy <ahf@torproject.org>2022-10-13 13:46:17 +0000
commitf4411d3fb432dbcc30e77f1df8e5442e512ad257 (patch)
tree4e571ad56abfe1289ee7a52521410579ca120a4e /bandwidth-file-spec.txt
parent79da008392caed38736c73d839df7aa80628b645 (diff)
downloadtorspec-f4411d3fb432dbcc30e77f1df8e5442e512ad257.tar.gz
torspec-f4411d3fb432dbcc30e77f1df8e5442e512ad257.zip
bandwidth-file: Add XOFF KeyValues to RelayLines
to show the number of times a relay receives these events while being measured and diagnose bottlenecks at bwauths. Closes #169.
Diffstat (limited to 'bandwidth-file-spec.txt')
-rw-r--r--bandwidth-file-spec.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/bandwidth-file-spec.txt b/bandwidth-file-spec.txt
index d9f4db6..9282ac6 100644
--- a/bandwidth-file-spec.txt
+++ b/bandwidth-file-spec.txt
@@ -98,6 +98,7 @@ Table of Contents
Also adds Tor version.
1.5.0 - Removes "recent_measurement_attempt_count" KeyValue.
+ 1.6.0 - Adds congestion control stream events KeyValues.
All Tor versions can consume format version 1.0.0.
@@ -1019,6 +1020,24 @@ Table of Contents
This KeyValue was added in version 1.4.0 of this specification.
+ "xoff_recv" Int
+
+ [Zero or one time.]
+
+ The number of times this relay received `XOFF_RECV` stream events while
+ being measured in the last data_period days.
+
+ This KeyValue was added in version 1.6.0 of this specification.
+
+ "xoff_sent" Int
+
+ [Zero or one time.]
+
+ The number of times this relay received `XOFF_SENT` stream events while
+ being measured in the last data_period days.
+
+ This KeyValue was added in version 1.6.0 of this specification.
+
2.4.2.2. Torflow
Torflow RelayLines include node_id and bw, and other KeyValue pairs [2].