diff options
author | David Goulet <dgoulet@torproject.org> | 2019-12-11 10:34:35 -0500 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2020-04-08 18:15:21 +0300 |
commit | dd25805152342385c3fee1c1f2bee6cad452c5cf (patch) | |
tree | 39478184bea9eb2886381178e156081b6ee88845 /doc | |
parent | 6ab11bbf30e66ab4d63079657b689e09e127c939 (diff) | |
download | tor-dd25805152342385c3fee1c1f2bee6cad452c5cf.tar.gz tor-dd25805152342385c3fee1c1f2bee6cad452c5cf.zip |
man: Update tor.1 ExtendedErrors section with latest
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index f2acf15f12..3cd9a2403a 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1563,15 +1563,13 @@ The following options are useful only for clients (that is, if X'F2' Onion Service Introduction Failed - Client failed to introduce to the service meaning the descriptor - was found but the service is not connected anymore to the - introduction point. The service has likely changed its descriptor - or is not running. (v3 only) + All introduction attempts failed either due to a combination of + NACK by the intro point or time out. (v3 only) X'F3' Onion Service Rendezvous Failed - Client failed to rendezvous with the service which means that the - client is unable to finalize the connection. (v3 only) + Every rendezvous circuit has timed out and thus the client is + unable to rendezvous with the service. (v3 only) X'F4' Onion Service Missing Client Authorization @@ -1592,6 +1590,11 @@ The following options are useful only for clients (that is, if error is returned: address checksum doesn't match, ed25519 public key is invalid or the encoding is invalid. (v3 only) + X'F7' Onion Service Introduction Timed Out + + Similar to X'F2' code but in this case, all introduction attemps + have failed due to a time out. (v3 only) + // Anchor only for formatting, not visible in the man page. [[SocksPortFlagsMisc]]:: Flags are processed left to right. If flags conflict, the last flag on the |