mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
man: Update tor.1 ExtendedErrors section with latest
Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
parent
6ab11bbf30
commit
dd25805152
@ -1563,15 +1563,13 @@ The following options are useful only for clients (that is, if
|
|||||||
|
|
||||||
X'F2' Onion Service Introduction Failed
|
X'F2' Onion Service Introduction Failed
|
||||||
|
|
||||||
Client failed to introduce to the service meaning the descriptor
|
All introduction attempts failed either due to a combination of
|
||||||
was found but the service is not connected anymore to the
|
NACK by the intro point or time out. (v3 only)
|
||||||
introduction point. The service has likely changed its descriptor
|
|
||||||
or is not running. (v3 only)
|
|
||||||
|
|
||||||
X'F3' Onion Service Rendezvous Failed
|
X'F3' Onion Service Rendezvous Failed
|
||||||
|
|
||||||
Client failed to rendezvous with the service which means that the
|
Every rendezvous circuit has timed out and thus the client is
|
||||||
client is unable to finalize the connection. (v3 only)
|
unable to rendezvous with the service. (v3 only)
|
||||||
|
|
||||||
X'F4' Onion Service Missing Client Authorization
|
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
|
error is returned: address checksum doesn't match, ed25519 public
|
||||||
key is invalid or the encoding is invalid. (v3 only)
|
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.
|
// Anchor only for formatting, not visible in the man page.
|
||||||
[[SocksPortFlagsMisc]]::
|
[[SocksPortFlagsMisc]]::
|
||||||
Flags are processed left to right. If flags conflict, the last flag on the
|
Flags are processed left to right. If flags conflict, the last flag on the
|
||||||
|
Loading…
Reference in New Issue
Block a user