aboutsummaryrefslogtreecommitdiff
path: root/dir-spec.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-07-13 11:11:39 -0400
committerNick Mathewson <nickm@torproject.org>2020-07-13 11:11:39 -0400
commit4b7d9b1b442c0f46b4ac430f0e79b499f5923ff0 (patch)
tree6d0c024da9f35db3d6cc034453944908452745b3 /dir-spec.txt
parent8729838399814f1baec4e754cec48fc141660864 (diff)
downloadtorspec-4b7d9b1b442c0f46b4ac430f0e79b499f5923ff0.tar.gz
torspec-4b7d9b1b442c0f46b4ac430f0e79b499f5923ff0.zip
Add new ipv6 stats fields to dirstats from prop313
Diffstat (limited to 'dir-spec.txt')
-rw-r--r--dir-spec.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/dir-spec.txt b/dir-spec.txt
index 1748e5a..0f31047 100644
--- a/dir-spec.txt
+++ b/dir-spec.txt
@@ -874,6 +874,16 @@
number of bytes used in the most recent intervals, ordered from
oldest to newest.
+ These fields include both IPv4 and IPv6 traffic.
+
+ "ipv6-read-history" YYYY-MM-DD HH:MM:SS (NSEC s) NUM,NUM,NUM... NL
+ [At most once]
+ "ipv6-write-history" YYYY-MM-DD HH:MM:SS (NSEC s) NUM,NUM,NUM... NL
+ [At most once]
+
+ Declare how much bandwidth the OR has used recently, on IPv6
+ connections. See "read-history" and "write-history" for full details.
+
"geoip-db-digest" Digest NL
[At most once.]
@@ -1156,6 +1166,14 @@
connection, read and write counters are reset for the next
10-second interval.
+ This measurement includes both IPv4 and IPv6 connections.
+
+ "ipv6-conn-bi-direct" YYYY-MM-DD HH:MM:SS (NSEC s) BELOW,READ,WRITE,BOTH NL
+ [At most once]
+
+ Number of IPv6 connections that are used uni-directionally or
+ bi-directionally. See "conn-bi-direct" for more details.
+
"exit-stats-end" YYYY-MM-DD HH:MM:SS (NSEC s) NL
[At most once.]