diff options
author | Roger Dingledine <arma@torproject.org> | 2007-01-03 10:30:26 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-01-03 10:30:26 +0000 |
commit | 50e36dc11b47dc96151cb345eb5e4fcbe14b465c (patch) | |
tree | d3056ce6d68fc03a4c4604d7cddcb792bcf05e82 /doc | |
parent | d677332a83dfb04e998b50daffa822c59b380a4f (diff) | |
download | tor-50e36dc11b47dc96151cb345eb5e4fcbe14b465c.tar.gz tor-50e36dc11b47dc96151cb345eb5e4fcbe14b465c.zip |
more cleanups, including a shiny new XXX012
svn:r9250
Diffstat (limited to 'doc')
-rw-r--r-- | doc/address-spec.txt | 9 | ||||
-rw-r--r-- | doc/control-spec.txt | 2 |
2 files changed, 7 insertions, 4 deletions
diff --git a/doc/address-spec.txt b/doc/address-spec.txt index c1af2e0d9a..2e83a68135 100644 --- a/doc/address-spec.txt +++ b/doc/address-spec.txt @@ -28,7 +28,10 @@ $Id$ the exit node. If no "hostname" component is given, Tor defaults to the published IPv4 address of the exit node. - It is valid to try to resolve hostnames + It is valid to try to resolve hostnames, and in fact upon success Tor + will cache an internal mapaddress of the form + "www.google.com.foo.exit=64.233.161.99.foo.exit" to speed subsequent + lookups. EXAMPLES: www.example.com.exampletornode.exit @@ -42,7 +45,7 @@ $Id$ 3. .onion - SYNTAX [digest].onion + SYNTAX: [digest].onion The digest is the first eighty bits of a SHA1 hash of the identity key for a hidden service, encoded in base32. @@ -52,7 +55,7 @@ $Id$ 4. .noconnect - SYNTAX: [string].noconnect + SYNTAX: [string].noconnect When Tor sees an address in this format, it immediately closes the connection without attaching it to any circuit. This is useful for diff --git a/doc/control-spec.txt b/doc/control-spec.txt index 679de4197d..3490f3d6a1 100644 --- a/doc/control-spec.txt +++ b/doc/control-spec.txt @@ -1143,7 +1143,7 @@ do for each. -RD] Syntax: "650" SP "GUARDS" SP Type SP Name SP Status ... CRLF Type = "ENTRY" - Name = The (possibly verbose) nickname of the guard effected. + Name = The (possibly verbose) nickname of the guard affected. Status = "NEW" | "UP" | "DOWN" | "BAD" | "GOOD" | "DROPPED" [explain states. XXX] |