
commit e27cbca30600faf9db14404ae87d9798c3f0e4b1 Author: teor <teor@torproject.org> Date: Wed Jan 15 22:40:44 2020 +1000 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. --- proposals/306-ipv6-happy-eyeballs.txt | 14 ++++++++++---- 1 file 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