From d1259b6232ec41af55b535ec55e7341561f7cf03 Mon Sep 17 00:00:00 2001 From: juga0 Date: Fri, 23 Jun 2023 09:17:42 +0000 Subject: bandwidth-file: Add ratios KeyValues in RelayLines and network bandwidth averages KeyValues in the Header. Closes #210 --- bandwidth-file-spec.txt | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'bandwidth-file-spec.txt') diff --git a/bandwidth-file-spec.txt b/bandwidth-file-spec.txt index 5ad946f..bad13f6 100644 --- a/bandwidth-file-spec.txt +++ b/bandwidth-file-spec.txt @@ -99,6 +99,8 @@ 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. + 1.7.0 - Adds ratios KeyValues to the relay lines and network averages + KeyValues to the header. All Tor versions can consume format version 1.0.0. @@ -518,6 +520,23 @@ Table of Contents This Line was added in version 1.4.0 of this specification. + "mu" Int NL + + [Zero or one time.] + + The network stream bandwidth average calculated as explained in B4.2. + + This Line was added in version 1.7.0 of this specification. + + "muf" Int NL + + [Zero or one time.] + + The network stream bandwidth average filtered calculated as explained in + B4.2. + + This Line was added in version 1.7.0 of this specification. + KeyValue NL [Zero or more times.] @@ -1038,6 +1057,23 @@ Table of Contents This KeyValue was added in version 1.6.0 of this specification. + "r_strm" Float + + [Zero or one time.] + + The stream ratio of this relay calculated as explained in B4.3. + + This KeyValue was added in version 1.7.0 of this specification. + + "r_strm_filt" Float + + [Zero or one time.] + + The filtered stream ratio of this relay calculated as explained in B4.3. + + This KeyValue was added in version 1.7.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