[tor-commits] [torspec/master] Document exact contents of RELAY_RESOLVED cells

nickm at torproject.org nickm at torproject.org
Tue Sep 19 13:43:43 UTC 2017


commit 9f390c36febd23e9d3fda4203fd261ee03056e3c
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Sep 19 09:42:49 2017 -0400

    Document exact contents of RELAY_RESOLVED cells
    
    We had been vague about what the Value fields here were.
    
    Also, document that addresses in NETINFO don't have TTLs.
    
    Closes ticket 22937.
---
 tor-spec.txt | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

diff --git a/tor-spec.txt b/tor-spec.txt
index 4d572ec..16dc74b 100644
--- a/tor-spec.txt
+++ b/tor-spec.txt
@@ -706,9 +706,9 @@ see tor-design.pdf.
          Number of addresses    [1 byte]
          This OR's addresses    [variable]
 
-   The address format is a type/length/value sequence as given in section
-   6.4 below.  The timestamp is a big-endian unsigned integer number of
-   seconds since the Unix epoch.
+   The address format is a type/length/value sequence as given in
+   section 6.4 below, without the final TTL.  The timestamp is a
+   big-endian unsigned integer number of seconds since the Unix epoch.
 
    Implementations MAY use the timestamp value to help decide if their
    clocks are skewed.  Initiators MAY use "other OR's address" to help
@@ -1522,7 +1522,16 @@ see tor-design.pdf.
       0xF0 -- Error, transient
       0xF1 -- Error, nontransient
 
-    If any answer has a type of 'Error', then no other answer may be given.
+    If any answer has a type of 'Error', then no other answer may be
+    given.
+
+    The 'Value' field encodes the answer:
+        IP addresses are given in network order.
+        Hostnames are given in standard DNS order ("www.example.com")
+          and not NUL-terminated.
+        The content of Errors is currently ignored. Relays currently
+          set it to the string "Error resolving hostname" with no
+          terminating NUL. Implementations MUST ignore this value.
 
     For backward compatibility, if there are any IPv4 answers, one of those
     must be given as the first answer.



More information about the tor-commits mailing list