This is an automated email from the git hooks/post-receive script.
ahf pushed a commit to branch main in repository torspec.
commit f4411d3fb432dbcc30e77f1df8e5442e512ad257 Author: juga0 juga@riseup.net AuthorDate: Fri Aug 26 14:00:39 2022 +0000
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. --- bandwidth-file-spec.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+)
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].