
commit c5bca880894f216c42635b5f1982d057d7cf4778 Author: David Goulet <dgoulet@torproject.org> Date: Wed Nov 20 09:35:52 2019 -0500 socks-extensions.txt: Merge in prop304 Signed-off-by: David Goulet <dgoulet@torproject.org> --- socks-extensions.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/socks-extensions.txt b/socks-extensions.txt index ed249ad..e2fe5da 100644 --- a/socks-extensions.txt +++ b/socks-extensions.txt @@ -42,6 +42,10 @@ Tor's extensions to the SOCKS protocol username/password fields of this message to be empty. This technically violates RFC1929 [4], but ensures interoperability with somewhat broken SOCKS5 client implementations. + - Custom reply error code. The "REP" fields, as per the RFC[3], has + unassigned values which are used to describe Tor internal errors. See + ExtendedErrors in the tor.1 man page for more details. It is only sent + back if this SocksPort flag is set. (For more information on stream isolation, see IsolateSOCKSAuth on the Tor manpage.)