aboutsummaryrefslogtreecommitdiff
path: root/tor-spec.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-09-19 09:42:49 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-19 09:43:33 -0400
commit9f390c36febd23e9d3fda4203fd261ee03056e3c (patch)
tree696f7d5cd71c0815fbcc43d7875e5fadf12dec63 /tor-spec.txt
parent3540da456b70c46d7601101b73c57439c455ff73 (diff)
downloadtorspec-9f390c36febd23e9d3fda4203fd261ee03056e3c.tar.gz
torspec-9f390c36febd23e9d3fda4203fd261ee03056e3c.zip
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.
Diffstat (limited to 'tor-spec.txt')
-rw-r--r--tor-spec.txt17
1 files 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.