From f4411d3fb432dbcc30e77f1df8e5442e512ad257 Mon Sep 17 00:00:00 2001 From: juga0 Date: Fri, 26 Aug 2022 14:00:39 +0000 Subject: 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(+) (limited to 'bandwidth-file-spec.txt') 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]. -- cgit v1.2.3-54-g00ecf