Skip to content
Snippets Groups Projects
Commit 17d43324 authored by Nick Mathewson's avatar Nick Mathewson :book:
Browse files

In prop196, note that USERADDR port is not optional.

Part of ticket 23080.
parent dd755cdc
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment