[torspec/master] Add "IPVersions" to CLIENTS_SEEN.

commit 43fb11f5808c2135d56574aa33ff738cfcab9ce4 Author: Linus Nordberg <linus@torproject.org> Date: Fri Oct 19 23:23:04 2012 +0200 Add "IPVersions" to CLIENTS_SEEN. --- control-spec.txt | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/control-spec.txt b/control-spec.txt index 8e1cb9d..678f977 100644 --- a/control-spec.txt +++ b/control-spec.txt @@ -1978,7 +1978,8 @@ 4.1.14. Per-country client stats The syntax is: - "650" SP "CLIENTS_SEEN" SP TimeStarted SP CountrySummary CRLF + "650" SP "CLIENTS_SEEN" SP TimeStarted SP CountrySummary SP + IPVersions CRLF We just generated a new summary of which countries we've seen clients from recently. The controller could display this for the user, e.g. @@ -1998,6 +1999,10 @@ 650-CLIENTS_SEEN TimeStarted="2008-12-25 23:50:43" CountrySummary=us=16,de=8,uk=8 + The IPVersions keyword has as its argument a comma-separated set of + "protocol-family=count" pairs. For example, + IPVersions=v4=16,v6=40 + 4.1.15. New consensus networkstatus has arrived The syntax is:
participants (1)
-
nickm@torproject.org