aboutsummaryrefslogtreecommitdiff
path: root/bandwidth-file-spec.txt
diff options
context:
space:
mode:
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].