aboutsummaryrefslogtreecommitdiff
path: root/proposals/306-ipv6-happy-eyeballs.txt
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2020-01-15 22:40:44 +1000
committerteor <teor@torproject.org>2020-01-15 22:44:36 +1000
commite27cbca30600faf9db14404ae87d9798c3f0e4b1 (patch)
tree7749480b1baf449a2058908905aa03fa88bfde5f /proposals/306-ipv6-happy-eyeballs.txt
parent21aaad10e60b667a7de896ffcb42667567fbe53c (diff)
downloadtorspec-e27cbca30600faf9db14404ae87d9798c3f0e4b1.tar.gz
torspec-e27cbca30600faf9db14404ae87d9798c3f0e4b1.zip
Prop 306: Restore some statistics from an earlier draft
These statistics are optional, but they may be useful: * client and relay connections * statistics in the heartbeat logs Also improve the explanation of the "extra prop 306 connections" statistic. Part of 29801.
Diffstat (limited to 'proposals/306-ipv6-happy-eyeballs.txt')
-rw-r--r--proposals/306-ipv6-happy-eyeballs.txt14
1 files changed, 10 insertions, 4 deletions
diff --git a/proposals/306-ipv6-happy-eyeballs.txt b/proposals/306-ipv6-happy-eyeballs.txt
index 27a59f2..c5c9ddf 100644
--- a/proposals/306-ipv6-happy-eyeballs.txt
+++ b/proposals/306-ipv6-happy-eyeballs.txt
@@ -253,10 +253,14 @@ Ticket: https://trac.torproject.org/projects/tor/ticket/29801
* Number of successful connections
- * Number of unsuccessful or cancelled connections
+ * Number of extra Prop306 connections (unsuccessful or cancelled)
* Client closes the connection before completing TLS
* Client closes the connection before sending any circuit or data cells
+ * Number of client and relay connections
+ * We can distinguish between authenticated (relay, authority
+ reachability) and unauthenticated (client, bridge) connections
+
Should we implement Section 5:
* We can send this information to the directory authorities using relay
@@ -265,6 +269,8 @@ Ticket: https://trac.torproject.org/projects/tor/ticket/29801
* We should consider the privacy implications of these statistics, and
how much noise we need to add to them
+ * We can include these statistics in the Heartbeat logs
+
6. Initial Feasibility Testing
We should test this proposal with the following scenarios:
@@ -323,9 +329,9 @@ Ticket: https://trac.torproject.org/projects/tor/ticket/29801
* ClientPreferIPv6ORPort consensus parameter. (Section 4.)
- * IPv4, IPv6, and Prop306 connection Statistics. While optional, this may
- be useful for debugging and reliability testing, and metrics on IPv4 vs
- IPv6. (Section 5.)
+ * IPv4, IPv6, client, relay, and extra Prop306 connection statistics.
+ While optional, these statistics may be useful for debugging and
+ reliability testing, and metrics on IPv4 vs IPv6. (Section 5.)
9. Acknowledgments