[tor-commits] [torspec/master] dir-spec.txt: Introduce extrainfo fields for v3 stats.

dgoulet at torproject.org dgoulet at torproject.org
Tue Nov 17 15:50:44 UTC 2020


commit 1337eb21c8d4368979fb207306e6fcb7ad006463
Author: George Kadianakis <desnacked at riseup.net>
Date:   Tue Oct 27 11:04:00 2020 +0200

    dir-spec.txt: Introduce extrainfo fields for v3 stats.
---
 dir-spec.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dir-spec.txt b/dir-spec.txt
index 1aca15b..858114d 100644
--- a/dir-spec.txt
+++ b/dir-spec.txt
@@ -1213,6 +1213,8 @@
 
     "hidserv-stats-end" YYYY-MM-DD HH:MM:SS (NSEC s) NL
         [At most once.]
+    "hidserv-v3-stats-end" YYYY-MM-DD HH:MM:SS (NSEC s) NL
+        [At most once.]
 
         YYYY-MM-DD HH:MM:SS defines the end of the included measurement
         interval of length NSEC seconds (86400 seconds by default).
@@ -1223,6 +1225,8 @@
 
     "hidserv-rend-relayed-cells" SP NUM SP key=val SP key=val ... NL
         [At most once.]
+    "hidserv-rend-v3-relayed-cells" SP NUM SP key=val SP key=val ... NL
+        [At most once.]
 
         Approximate number of RELAY cells seen in either direction on a
         circuit after receiving and successfully processing a RENDEZVOUS1
@@ -1241,6 +1245,8 @@
 
     "hidserv-dir-onions-seen" SP NUM SP key=val SP key=val ... NL
         [At most once.]
+    "hidserv-dir-v3-onions-seen" SP NUM SP key=val SP key=val ... NL
+        [At most once.]
 
         Approximate number of unique hidden-service identities seen in
         descriptors published to and accepted by this hidden-service





More information about the tor-commits mailing list