[tor-commits] [torspec/master] In prop196, note that USERADDR port is not optional.

nickm at torproject.org nickm at torproject.org
Wed Sep 20 12:41:13 UTC 2017


commit 17d433247bdfb4c0282e61f790bf7aa587ea8ee3
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Sep 20 08:40:45 2017 -0400

    In prop196, note that USERADDR port is not optional.
    
    Part of ticket 23080.
---
 proposals/196-transport-control-ports.txt | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/proposals/196-transport-control-ports.txt b/proposals/196-transport-control-ports.txt
index 154e581..4ef7840 100644
--- a/proposals/196-transport-control-ports.txt
+++ b/proposals/196-transport-control-ports.txt
@@ -98,7 +98,12 @@ Implemented-In: 0.2.5.2-alpha
 
   An ASCII string holding the TCP/IP address of the client of the
   pluggable transport proxy. A Tor bridge SHOULD use that address to
-  collect statistics about its clients.
+  collect statistics about its clients.  Recognized formats are:
+    1.2.3.4:5678
+    [1:2::3:4]::5678
+
+  (Current Tor versions may accept other formats, but this is a bug:
+  transports MUST NOT send them.)
 
   The string MUST not be NUL-terminated.
 



More information about the tor-commits mailing list