[tor-commits] [torspec/master] Specify that there can be a port "other" in exit statistics.

nickm at torproject.org nickm at torproject.org
Wed Jun 13 14:14:30 UTC 2012


commit 4bbba5c827ca1b64025bfc649031e866646c8fc7
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Mon May 14 08:18:07 2012 +0200

    Specify that there can be a port "other" in exit statistics.
    
    Suggested by atagar in #5848.
---
 dir-spec.txt |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dir-spec.txt b/dir-spec.txt
index f680458..86d4b08 100644
--- a/dir-spec.txt
+++ b/dir-spec.txt
@@ -903,13 +903,17 @@
 
         List of mappings from ports to the number of kibibytes that the
         relay has written to or read from exit connections to that port,
-        rounded up to the next full kibibyte.
+        rounded up to the next full kibibyte.  Relays may limit the
+        number of listed ports and subsume any remaining kibibytes under
+        port "other".
 
     "exit-streams-opened" port=N,port=N,... NL
         [At most once.]
 
         List of mappings from ports to the number of opened exit streams
-        to that port, rounded up to the nearest multiple of 4.
+        to that port, rounded up to the nearest multiple of 4.  Relays may
+        limit the number of listed ports and subsume any remaining opened
+        streams under port "other".
 
     "router-signature" NL Signature NL
         [At end, exactly once.]





More information about the tor-commits mailing list