aboutsummaryrefslogtreecommitdiff
path: root/proposals/196-transport-control-ports.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-09-20 08:40:45 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-20 08:40:45 -0400
commit17d433247bdfb4c0282e61f790bf7aa587ea8ee3 (patch)
tree6e741f7669d45b6259aadd761f0a33310e12ae67 /proposals/196-transport-control-ports.txt
parentdd755cdc56cf85f8c86ea203e0cd0e7c59cfd86a (diff)
downloadtorspec-17d433247bdfb4c0282e61f790bf7aa587ea8ee3.tar.gz
torspec-17d433247bdfb4c0282e61f790bf7aa587ea8ee3.zip
In prop196, note that USERADDR port is not optional.
Part of ticket 23080.
Diffstat (limited to 'proposals/196-transport-control-ports.txt')
-rw-r--r--proposals/196-transport-control-ports.txt7
1 files changed, 6 insertions, 1 deletions
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.