aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-08-06 09:18:35 +0000
committerRoger Dingledine <arma@torproject.org>2004-08-06 09:18:35 +0000
commitfabbf9a7a244308b8e33524ab65ef4dc1e2e8328 (patch)
tree92918fc1c764f31e4def107572e3541b15252340
parent967a762fe14033298bb4e1f0310090e370930f3a (diff)
downloadtor-fabbf9a7a244308b8e33524ab65ef4dc1e2e8328.tar
tor-fabbf9a7a244308b8e33524ab65ef4dc1e2e8328.tar.gz
fix a few typos in the resolve/resolved spec
svn:r2153
-rw-r--r--doc/tor-spec.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/tor-spec.txt b/doc/tor-spec.txt
index 522cf24e1..3b367a89f 100644
--- a/doc/tor-spec.txt
+++ b/doc/tor-spec.txt
@@ -480,12 +480,13 @@ TODO: (very soon)
To find the address associated with a hostname, the OP sends a
RELAY_RESOLVE cell containing the hostname to be resolved. The OR
- replies with an RELAY_RESOLVED cell containing a status byte, and any
+ replies with a RELAY_RESOLVED cell containing a status byte, and any
number of answers. Each answer is of the form:
Type (1 octet)
Length (1 octet)
Value (variable-width)
- "Length" is the length of the Value field. "Type" is one of:
+ "Length" is the length of the Value field.
+ "Type" is one of:
0x04 -- IPv4 address
0x06 -- IPv6 address
0xF0 -- Error, transient