[tor-commits] [tor/master] man: Update tor.1 ExtendedErrors section with latest

asn at torproject.org asn at torproject.org
Wed Apr 8 15:16:38 UTC 2020


commit dd25805152342385c3fee1c1f2bee6cad452c5cf
Author: David Goulet <dgoulet at torproject.org>
Date:   Wed Dec 11 10:34:35 2019 -0500

    man: Update tor.1 ExtendedErrors section with latest
    
    Signed-off-by: David Goulet <dgoulet at torproject.org>
---
 doc/tor.1.txt | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index f2acf15f1..3cd9a2403 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





More information about the tor-commits mailing list